Skip to content

Commit e17dd1e

Browse files
authored
Merge pull request #31 from mhv666/patch-1
Fix issue #1377 in enqueue-dev
2 parents 18e8346 + 55688b1 commit e17dd1e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Command/SetupBrokerCommand.php

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ public function __construct(SimpleClient $client)
1010
{
1111
parent::__construct($client->getDriver());
1212
}
13-
}
13+
14+
protected function configure()
15+
{
16+
parent::configure();
17+
18+
$this->setName('enqueue:setup-broker');
19+
}
20+
}

0 commit comments

Comments
 (0)