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 ad2e9b9 commit aaaea31Copy full SHA for aaaea31
src/Console/ExchangeDeclareCommand.php
@@ -35,7 +35,7 @@ public function handle(RabbitMQConnector $connector): void
35
36
$queue->declareExchange(
37
$this->argument('name'),
38
- $this->argument('type'),
+ $this->option('type'),
39
(bool) $this->option('durable'),
40
(bool) $this->option('auto-delete')
41
);
0 commit comments