From f800c5beb9d6630c4034471af3a0641404ecf0a9 Mon Sep 17 00:00:00 2001 From: Achmad Solachudin Date: Fri, 21 Mar 2025 04:41:27 +0700 Subject: [PATCH] Update URI.php add #[\AllowDynamicProperties] --- system/core/URI.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/core/URI.php b/system/core/URI.php index 1e948588354..5318371348e 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -49,6 +49,7 @@ * @author EllisLab Dev Team * @link https://codeigniter.com/userguide3/libraries/uri.html */ +#[\AllowDynamicProperties] class CI_URI { /**