mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
remove unneeded property. can use ignore method
This commit is contained in:
parent
a9abc85301
commit
ce3e006d61
@ -6,15 +6,6 @@ use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
|
||||
|
||||
class Handler extends ExceptionHandler
|
||||
{
|
||||
/**
|
||||
* A list of the exception types that are not reported.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $dontReport = [
|
||||
//
|
||||
];
|
||||
|
||||
/**
|
||||
* A list of the inputs that are never flashed for validation exceptions.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user