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(