Hide model not found errors
This commit is contained in:
parent
41371022b8
commit
0e489da9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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