diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 4f69b398a1b0..9ed644515c34 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -28,9 +28,9 @@ class Handler extends ExceptionHandler */ protected $dontReport = [ TokenMismatchException::class, + ModelNotFoundException::class, //AuthorizationException::class, //HttpException::class, - //ModelNotFoundException::class, //ValidationException::class, ];