Revert removal of exception handler contract implementation

pull/9/head
Franz Liedke 2015-07-09 23:32:38 +02:00
parent 5ec8d75305
commit 9230156281
1 changed files with 5 additions and 0 deletions

View File

@ -148,4 +148,9 @@ $app->singleton(
'ConsoleKernel'
);
$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'Illuminate\Foundation\Exceptions\Handler'
);
return $app;