The doc comment array<class-string<\Thro...e>, \Psr\Log\LogLevel:: at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in array<class-string<\Throwable>, \Psr\Log\LogLevel::.
Loading history...
14
*/
15
protected $levels = [
16
//
17
];
18
19
/**
20
* A list of the exception types that are not reported.
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...
23
*/
24
protected $dontReport = [
25
//
26
];
27
28
/**
29
* A list of the inputs that are never flashed to the session on validation exceptions.
30
*
31
* @var array<int, string>
32
*/
33
protected $dontFlash = [
34
'current_password',
35
'password',
36
'password_confirmation',
37
];
38
39
/**
40
* Register the exception handling callbacks for the application.