change exception handler return response.
This commit is contained in:
parent
6828f4afc1
commit
8745b91803
@ -109,6 +109,6 @@ class Handler extends ExceptionHandler
|
||||
return response()->view('errors.500', [], 500);
|
||||
}
|
||||
|
||||
return response()->view('errors.500', [], 500);
|
||||
return parent::render($request, $exception);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user