Remove exception handler. Move to core.

This commit is contained in:
Taylor Otwell
2014-11-03 19:13:06 -06:00
parent 1209ce7657
commit 27aa85ccdb
2 changed files with 1 additions and 64 deletions

View File

@@ -38,7 +38,7 @@ $app->singleton(
$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'App\Infrastructure\ExceptionHandler'
'Illuminate\Foundation\Debug\ExceptionHandler'
);
/*