From ee17e09eaf88929f0769147cf0eba41a0b53eb93 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 9 Jul 2015 23:33:22 +0200 Subject: [PATCH] Do not run any bootstrappers in console environment --- system/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/bootstrap.php b/system/bootstrap.php index 936fd11..58c8b77 100644 --- a/system/bootstrap.php +++ b/system/bootstrap.php @@ -136,6 +136,7 @@ use Illuminate\Foundation\Console\Kernel as IlluminateConsoleKernel; class ConsoleKernel extends IlluminateConsoleKernel { protected $commands = []; + protected $bootstrappers = []; } $app->singleton(