mirror of https://github.com/flarum/flarum
Do not run any bootstrappers in console environment
parent
9230156281
commit
ee17e09eaf
|
@ -136,6 +136,7 @@ use Illuminate\Foundation\Console\Kernel as IlluminateConsoleKernel;
|
|||
|
||||
class ConsoleKernel extends IlluminateConsoleKernel {
|
||||
protected $commands = [];
|
||||
protected $bootstrappers = [];
|
||||
}
|
||||
|
||||
$app->singleton(
|
||||
|
|
Loading…
Reference in New Issue