我看dev marketer。他正在使用laravel 5.4而我正在使用laravel 5.6.12
部分代码不在App > Exception > Handler.php
中,因此我手动将laravel 5.4上的语法复制到我当前的版本5.6.12
我无法理解如何收到此错误消息以及如何解决此问题
Declaration of App\Exceptions\Handler::unauthenticated($request, App\Exceptions\AuthenticationException $exception) should be compatible with Illuminate\Foundation\Exceptions\Handler::unauthenticated($request, Illuminate\Auth\AuthenticationException $exception)
在我运行@component
语法