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,