diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 227f5ad72..dd98cdb23 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -5,7 +5,6 @@ namespace App\Exceptions; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use Throwable; use League\OAuth2\Server\Exception\OAuthServerException; -use class Handler extends ExceptionHandler {