Browse Source

Revert removal of exception handler contract implementation

pull/9/head
Franz Liedke 10 years ago
parent
commit
9230156281
  1. 5
      system/bootstrap.php

5
system/bootstrap.php

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

Loading…
Cancel
Save