diff --git a/system/bootstrap.php b/system/bootstrap.php index bb94937..2dd1980 100644 --- a/system/bootstrap.php +++ b/system/bootstrap.php @@ -146,9 +146,4 @@ $app->singleton( 'ConsoleKernel' ); -$app->singleton( - 'Illuminate\Contracts\Debug\ExceptionHandler', - 'Illuminate\Foundation\Exceptions\Handler' -); - return $app; diff --git a/system/extensions/.gitignore b/system/extensions/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/system/extensions/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore