Don't log model not found errors
This commit is contained in:
parent
bc04d66371
commit
41e48448a4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,9 +28,9 @@ class Handler extends ExceptionHandler
|
|||
*/
|
||||
protected $dontReport = [
|
||||
TokenMismatchException::class,
|
||||
ModelNotFoundException::class,
|
||||
//AuthorizationException::class,
|
||||
//HttpException::class,
|
||||
//ModelNotFoundException::class,
|
||||
//ValidationException::class,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue