From cf92ee10e64225552de7222cb2787252884dbc55 Mon Sep 17 00:00:00 2001 From: Sujit Prasad Date: Tue, 19 Apr 2016 09:52:10 -0400 Subject: [PATCH] Applied fixes from StyleCI --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) 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', []); } }