From f9afbf44bcc7cc6143339bc62366c617ac112e5f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 3 Apr 2017 13:22:01 +0300 Subject: [PATCH] Keep logging ModelNotFoundException errors --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 9ed644515c..f7c8b2197b 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -28,7 +28,7 @@ class Handler extends ExceptionHandler */ protected $dontReport = [ TokenMismatchException::class, - ModelNotFoundException::class, + //ModelNotFoundException::class, //AuthorizationException::class, //HttpException::class, //ValidationException::class,