Fix StyleCI reported issues

This commit is contained in:
Jonny Barnes 2016-06-23 15:58:45 +01:00
parent 7ffe9437a3
commit 3a7f8fb647
4 changed files with 4 additions and 3 deletions

View file

@ -80,6 +80,7 @@ class Handler extends ExceptionHandler
$whoops->pushHandler($handler);
$flattened = FlattenException::create($exc);
return new \Illuminate\Http\Response(
$whoops->handleException($exc),
$flattened->getStatusCode(),