The doc comment array<int, class-string<Throwable>> at position 4 could not be parsed: Unknown type name 'class-string' at position 4 in array<int, class-string<Throwable>>.
Loading history...
14
*/
15
protected $dontReport = [
16
//
17
];
18
19
/**
20
* A list of the inputs that are never flashed for validation exceptions.
21
*
22
* @var array<int, string>
23
*/
24
protected $dontFlash = [
25
'current_password',
26
'password',
27
'password_confirmation',
28
];
29
30
/**
31
* Register the exception handling callbacks for the application.