summaryrefslogtreecommitdiff
path: root/app/Console/WorkerCommand.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/WorkerCommand.php')
-rw-r--r--app/Console/WorkerCommand.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Console/WorkerCommand.php b/app/Console/WorkerCommand.php
index e332624b..86727a60 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();
}
}