From 1646a018ec7fa693a5116e9c1e4d8b3ea4b0adc4 Mon Sep 17 00:00:00 2001 From: Achmad Solachudin Date: Fri, 21 Mar 2025 04:36:53 +0700 Subject: [PATCH] Update Loader.php add #[\AllowDynamicProperties] --- system/core/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/core/Loader.php b/system/core/Loader.php index 648b7cfc7c2..b09f9e68853 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -49,6 +49,7 @@ * @author EllisLab Dev Team * @link https://codeigniter.com/userguide3/libraries/loader.html */ +#[\AllowDynamicProperties] class CI_Loader { // All these are set automatically. Don't mess with them.