Skip to content

Commit

Permalink
Switched the order of the parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
adm-bome authored Jun 13, 2023
1 parent becdfdd commit 9051e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/RabbitMQQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function laterRaw($delay, string $payload, $queue = null, int $attempts =
*/
public function bulk($jobs, $data = '', $queue = null): void
{
$this->publishBatch($jobs, $queue, $data);
$this->publishBatch($jobs, $data, $queue);
}

/**
Expand Down

0 comments on commit 9051e47

Please sign in to comment.