arodu / cakelte

AdminLTE plugin for CakePHP
https://packagist.org/packages/arodu/cakelte
MIT License
28 stars 6 forks source link

Removes deprecation warning on PHP 8.2 #69

Closed hacheraw closed 1 year ago

hacheraw commented 1 year ago

This removes deprecation warnings like:

Deprecated (8192) : Creation of dynamic property CakeLte\Style\Header::$_helper is deprecated [in /vendor/arodu/cakelte/src/Style/StyleTrait.php, line 17]
Deprecated (8192) : Creation of dynamic property CakeLte\Style\Sidebar::$_helper is deprecated [in /vendor/arodu/cakelte/src/Style/StyleTrait.php, line 17]

I don't know if null is the best initial value tho...

arodu commented 1 year ago

thanks!