diff --git a/system/bootstrap.php b/system/bootstrap.php index 6fa9c32..936fd11 100644 --- a/system/bootstrap.php +++ b/system/bootstrap.php @@ -148,4 +148,9 @@ $app->singleton( 'ConsoleKernel' ); +$app->singleton( + 'Illuminate\Contracts\Debug\ExceptionHandler', + 'Illuminate\Foundation\Exceptions\Handler' +); + return $app;