Add scheduled commands.

This commit is contained in:
Taylor Otwell
2014-11-18 22:48:38 -06:00
parent e3e7cc499f
commit a7e6a89c91
4 changed files with 39 additions and 38 deletions

View File

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