Skip to content

Commit 9f6b340

Browse files
authored
Merge pull request #550 from vyuldashev/fix/batch-publish-parameters
Switched the order of the parameters
2 parents becdfdd + 9051e47 commit 9f6b340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function laterRaw($delay, string $payload, $queue = null, int $attempts =
183183
*/
184184
public function bulk($jobs, $data = '', $queue = null): void
185185
{
186-
$this->publishBatch($jobs, $queue, $data);
186+
$this->publishBatch($jobs, $data, $queue);
187187
}
188188

189189
/**

0 commit comments

Comments
 (0)