Skip to content

Commit 55688b1

Browse files
authored
Update SetupBrokerCommand.php
FIX: add name to avoid getting error, Can not have an empty name
1 parent 18e8346 commit 55688b1

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)