From 1a979bee5c126e83e7a8745d92b6ff8477f03de7 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 31 Dec 2021 01:14:50 -0700 Subject: [PATCH] Update exception handler --- app/Exceptions/Handler.php | 1 - 1 file changed, 1 deletion(-) 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 {