Do not report on authentication exceptions.

This commit is contained in:
James Cole
2021-04-03 12:46:50 +02:00
parent aff5ac2c0a
commit a4d5aa0d10
7 changed files with 9 additions and 8 deletions

View File

@@ -51,6 +51,7 @@ class Handler extends ExceptionHandler
*/
protected $dontReport
= [
AuthenticationException::class
];
/**