From 0e489da9e9cba226ed315fea24afae5d76a700ea Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 11 Dec 2017 16:42:14 +0200 Subject: [PATCH] Hide model not found 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 dbec7cadac42..8922c26ba5ab 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -29,7 +29,7 @@ class Handler extends ExceptionHandler */ protected $dontReport = [ TokenMismatchException::class, - //ModelNotFoundException::class, + ModelNotFoundException::class, //AuthorizationException::class, //HttpException::class, //ValidationException::class,