From 46a607ef67db2943c0dae2fab60c2f8cb3741c56 Mon Sep 17 00:00:00 2001 From: Achmad Solachudin Date: Fri, 21 Mar 2025 04:37:27 +0700 Subject: [PATCH] Update Controller.php add #[\AllowDynamicProperties] --- system/core/Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/core/Controller.php b/system/core/Controller.php index aeccd60ee4c..ac7a0566aa8 100644 --- a/system/core/Controller.php +++ b/system/core/Controller.php @@ -50,6 +50,7 @@ * @author EllisLab Dev Team * @link https://codeigniter.com/userguide3/general/controllers.html */ +#[\AllowDynamicProperties] class CI_Controller { /**