Do not run any bootstrappers in console environment

pull/9/head
Franz Liedke 2015-07-09 23:33:22 +02:00
parent 9230156281
commit ee17e09eaf
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ use Illuminate\Foundation\Console\Kernel as IlluminateConsoleKernel;
class ConsoleKernel extends IlluminateConsoleKernel {
protected $commands = [];
protected $bootstrappers = [];
}
$app->singleton(