We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9f285 commit 145503eCopy full SHA for 145503e
src/Command/SetupBrokerCommand.php
@@ -3,7 +3,9 @@
3
4
use Enqueue\SimpleClient\SimpleClient;
5
use Enqueue\Symfony\Client\SimpleSetupBrokerCommand;
6
+use Symfony\Component\Console\Attribute\AsCommand;
7
8
+#[AsCommand('enqueue:setup-broker')]
9
class SetupBrokerCommand extends SimpleSetupBrokerCommand
10
{
11
public function __construct(SimpleClient $client)
0 commit comments