diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 9ed644515c34..f7c8b2197b2a 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,