Skip to content

Commit c1ccc64

Browse files
committed
Fix typo in setCorrelationId call
1 parent c0b9adb commit c1ccc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VladimirYuldashev/LaravelQueueRabbitMQ/Queue/Jobs/RabbitMQJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ public function getJobId()
180180
*/
181181
public function setJobId($id)
182182
{
183-
$this->connection->setCorrelationid($id);
183+
$this->connection->setCorrelationId($id);
184184
}
185185
}

0 commit comments

Comments
 (0)