Keep logging ModelNotFoundException errors
This commit is contained in:
parent
9fff9fb2af
commit
bb5215b98b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Handler extends ExceptionHandler
|
|||
*/
|
||||
protected $dontReport = [
|
||||
TokenMismatchException::class,
|
||||
ModelNotFoundException::class,
|
||||
//ModelNotFoundException::class,
|
||||
//AuthorizationException::class,
|
||||
//HttpException::class,
|
||||
//ValidationException::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue