Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-04-19 09:52:10 -04:00
committed by StyleCI Bot
parent 73c2ab75a6
commit cf92ee10e6

View File

@@ -68,6 +68,7 @@ class Handler extends ExceptionHandler
}
}
}
return response()->view('errors.500', []);
}
}