From 457e351cbc1335de951f4ac79bb91a9f3ea9ab38 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 29 Jan 2023 13:49:13 +0100 Subject: feat(PHP8.2): Fix dynamic properties deprecation warnings Signed-off-by: Florian Pritz --- system/core/Router.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/core/Router.php') diff --git a/system/core/Router.php b/system/core/Router.php index ab1f44e0e..1267afeb9 100644 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -114,6 +114,9 @@ class CI_Router { // -------------------------------------------------------------------- + + public $uri; + /** * Class constructor * -- cgit v1.2.3-24-g4f1b