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
I've updated one project to
PHP 8.2
Laravel 9.52.15
Laravel Theme 2.0.19
Now i get deprecation warnings 'Creation of dynamic property '
Creation of dynamic property Igaster\LaravelTheme\themeViewFinder::$themeEngine is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\listThemes::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\createTheme::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\removeTheme::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\createPackage::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\installPackage::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\refreshCache::$tempPath is deprecated
Is there any chance that this will be fixed?
The text was updated successfully, but these errors were encountered:
I've updated one project to
PHP 8.2
Laravel 9.52.15
Laravel Theme 2.0.19
Now i get deprecation warnings 'Creation of dynamic property '
Creation of dynamic property Igaster\LaravelTheme\themeViewFinder::$themeEngine is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\listThemes::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\createTheme::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\removeTheme::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\createPackage::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\installPackage::$tempPath is deprecated
Creation of dynamic property Igaster\LaravelTheme\Commands\refreshCache::$tempPath is deprecated
Is there any chance that this will be fixed?
The text was updated successfully, but these errors were encountered: