diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index c82b485..244e0c0 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -5,6 +5,7 @@ namespace App\Exceptions; use Exception; use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; use Illuminate\Http\JsonResponse; +use Illuminate\Http\Response; use Throwable; class Handler extends ExceptionHandler