JobsCommand: load enabled modules

This commit is contained in:
Thomas Gelf 2019-09-26 12:43:07 +02:00
parent 1374323b1a
commit ef541f92af
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class JobsCommand extends Command
{
public function runAction()
{
$this->app->getModuleManager()->loadEnabledModules();
$loop = Loop::create();
if ($this->params->get('rpc')) {
$this->enableRpc($loop);