diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 71bc33099..de7122f6f 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -68,6 +68,7 @@ class Handler extends ExceptionHandler } } } + return response()->view('errors.500', []); } }