diff options
Diffstat (limited to 'system/core/Controller.php')
-rw-r--r-- | system/core/Controller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Controller.php b/system/core/Controller.php index aeccd60ee..ac7a0566a 100644 --- a/system/core/Controller.php +++ b/system/core/Controller.php @@ -50,6 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @author EllisLab Dev Team * @link https://codeigniter.com/userguide3/general/controllers.html */ +#[\AllowDynamicProperties] class CI_Controller { /** |