mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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…
x
Reference in New Issue
Block a user