You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Core Classes uses dynamic properties, this keeps on showing depracted errors like "Creation of dynamic property ControllerName::$load is deprecated"
To fix this we need to place the #[AllowDynamicProperties] attributes at the top of classes that needs them.
Some of the classes are Loader, Router, CI_controller etc.
The text was updated successfully, but these errors were encountered:
Most of the Core Classes uses dynamic properties, this keeps on showing depracted errors like "Creation of dynamic property ControllerName::$load is deprecated"
To fix this we need to place the #[AllowDynamicProperties] attributes at the top of classes that needs them.
Some of the classes are Loader, Router, CI_controller etc.
The text was updated successfully, but these errors were encountered: