From 2c212295448aed127a8cdccfe31d89bf32118747 Mon Sep 17 00:00:00 2001 From: Achmad Solachudin Date: Fri, 21 Mar 2025 04:36:22 +0700 Subject: [PATCH] Update Router.php add #[\AllowDynamicProperties] --- system/core/Router.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/core/Router.php b/system/core/Router.php index e0fb922f1a6..2591e4aa317 100644 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -49,6 +49,7 @@ * @author EllisLab Dev Team * @link https://codeigniter.com/userguide3/general/routing.html */ +#[\AllowDynamicProperties] class CI_Router { /**