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
Calling php artisan optimize:clear without any arguments logs this to the logger:
explode(): Passing null to parameter #2 ($string) of type string is deprecated in /.../vendor/laravel/framework/src/Illuminate/Foundation/Console/OptimizeClearCommand.php on line 37
I suspect this has something to do with the latest PR on that matter => #54070
Steps To Reproduce
Just run php artisan optimize:clear without any other arguments.
The text was updated successfully, but these errors were encountered:
Laravel Version
11.38.2
PHP Version
8.3.15
Database Driver & Version
No response
Description
Calling
php artisan optimize:clear
without any arguments logs this to the logger:I suspect this has something to do with the latest PR on that matter => #54070
Steps To Reproduce
Just run
php artisan optimize:clear
without any other arguments.The text was updated successfully, but these errors were encountered: