Working on exception handling. WIP.
This commit is contained in:
@@ -36,6 +36,11 @@ $app->singleton(
|
||||
'App\Console\Kernel'
|
||||
);
|
||||
|
||||
$app->singleton(
|
||||
'Illuminate\Contracts\Debug\ExceptionHandler',
|
||||
'App\Infrastructure\ExceptionHandler'
|
||||
);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Return The Application
|
||||
|
||||
Reference in New Issue
Block a user