Remove exception handler. Move to core.
This commit is contained in:
@@ -38,7 +38,7 @@ $app->singleton(
|
||||
|
||||
$app->singleton(
|
||||
'Illuminate\Contracts\Debug\ExceptionHandler',
|
||||
'App\Infrastructure\ExceptionHandler'
|
||||
'Illuminate\Foundation\Debug\ExceptionHandler'
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user