We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c63a1 commit 39a147dCopy full SHA for 39a147d
src/Console/QueueBindCommand.php
@@ -12,7 +12,7 @@ class QueueBindCommand extends Command
12
{queue}
13
{exchange}
14
{connection=rabbitmq : The name of the queue connection to use}
15
- {--routing-key}';
+ {--routing-key= : Bind queue to exchange via routing key}';
16
17
protected $description = 'Bind queue to exchange';
18
0 commit comments