diff --git a/app/Console/WorkerCommand.php b/app/Console/WorkerCommand.php index e332624b7..86727a60b 100644 --- a/app/Console/WorkerCommand.php +++ b/app/Console/WorkerCommand.php @@ -23,6 +23,7 @@ class WorkerCommand extends BaseCommand protected function execute(InputInterface $input, OutputInterface $output) { + $this->dispatcher->dispatch('app.bootstrap'); $this->queueManager->listen(); } }