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