diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-31 11:28:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-31 11:28:33 -0400 |
commit | 92a5a0f8607e136e42e411a8b7aa9e948d3e3611 (patch) | |
tree | 4d950fb00b6058d2e8462a432edee44cab88804c /app/Console | |
parent | 92ac133d23cf3447412a6e69f68f2bc2e64ce9cd (diff) |
Cleanup events and stuff before processing job in worker
Diffstat (limited to 'app/Console')
-rw-r--r-- | app/Console/WorkerCommand.php | 1 |
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(); } } |