Fix handler.
This commit is contained in:
parent
536fe29b6b
commit
6b60dc6650
@ -38,7 +38,7 @@ $app->singleton(
|
|||||||
|
|
||||||
$app->singleton(
|
$app->singleton(
|
||||||
'Illuminate\Contracts\Debug\ExceptionHandler',
|
'Illuminate\Contracts\Debug\ExceptionHandler',
|
||||||
'App\Exceptions\ExceptionHandler'
|
'App\Exceptions\Handler'
|
||||||
);
|
);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user