JobsCommand: load enabled modules
This commit is contained in:
parent
1374323b1a
commit
ef541f92af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue