Skip to content

Commit

Permalink
Merge pull request #468 from ladybirdweb/release-1.9.4
Browse files Browse the repository at this point in the history
release updates
  • Loading branch information
mverma16 authored May 3, 2017
2 parents 07a2aeb + 7108cf8 commit 0a8118a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Handler extends ExceptionHandler
\Illuminate\Http\Exception\HttpResponseException::class,
ValidationException::class,
AuthorizationException::class,
HttpResponseException ::class,
HttpResponseException::class,
ModelNotFoundException::class,
\Symfony\Component\HttpKernel\Exception\HttpException::class,
];
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| application. If disabled, a simple generic error page is shown.
|
*/
'debug' => env('APP_DEBUG', true),
'debug' => env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------
| Error Log
Expand Down

0 comments on commit 0a8118a

Please sign in to comment.