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 9cd95be commit 8c43b67Copy full SHA for 8c43b67
src/Console/QueueDeclareCommand.php
@@ -34,7 +34,7 @@ public function handle(RabbitMQConnector $connector): void
34
}
35
$maxPriority = (int) $this->option('max-priority');
36
$arguments = [
37
- 'x-max-priority' => $maxPriority
+ 'x-max-priority' => $maxPriority,
38
];
39
$queue->declareQueue(
40
$this->argument('name'),
0 commit comments