从laravel 5.2升级到5.3每个php工匠"动作"失败。 (例如php artisan serve)
[ErrorException]
Declaration of App\Exceptions\Handler::unauthenticated
($request, App\Exceptions\AuthenticationException $exception)
should be compatible with Illuminate\Foundation\Exceptions\Handler::unauthenticated
($request,Illuminate\Auth\AuthenticationException $e)
有什么建议吗?