Missing argument 3 for Illuminate\Session\FileSessionHandler::__construct()
Missing argument 3 for Illuminate\Session\FileSessionHandler::__construct(), called in bootstrap/cache/compiled.php on line 12186 and defined
出现上述错误,执行php artisan optimize错误消失,但是无论修改项目哪个地方的代码,就还会
出现相同的错误
1 Comment
解决方法:
php artisan optimize --force
php artisan route:clear
php artisan cache:clear