mirror of https://github.com/flarum/flarum
Revert removal of exception handler contract implementation
parent
5ec8d75305
commit
9230156281
|
@ -148,4 +148,9 @@ $app->singleton(
|
|||
'ConsoleKernel'
|
||||
);
|
||||
|
||||
$app->singleton(
|
||||
'Illuminate\Contracts\Debug\ExceptionHandler',
|
||||
'Illuminate\Foundation\Exceptions\Handler'
|
||||
);
|
||||
|
||||
return $app;
|
||||
|
|
Loading…
Reference in New Issue