summaryrefslogtreecommitdiff
path: root/app/Console
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-31 11:28:33 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-31 11:28:33 -0400
commit92a5a0f8607e136e42e411a8b7aa9e948d3e3611 (patch)
tree4d950fb00b6058d2e8462a432edee44cab88804c /app/Console
parent92ac133d23cf3447412a6e69f68f2bc2e64ce9cd (diff)
Cleanup events and stuff before processing job in worker
Diffstat (limited to 'app/Console')
-rw-r--r--app/Console/WorkerCommand.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Console/WorkerCommand.php b/app/Console/WorkerCommand.php
index 86727a60..e332624b 100644
--- a/app/Console/WorkerCommand.php
+++ b/app/Console/WorkerCommand.php
@@ -23,7 +23,6 @@ class WorkerCommand extends BaseCommand
protected function execute(InputInterface $input, OutputInterface $output)
{
- $this->dispatcher->dispatch('app.bootstrap');
$this->queueManager->listen();
}
}