Skip to content

Commit 3ee0489

Browse files
committed
hotfix vyuldashev#229 by removing createPayloadArray since it changed in Laravel 5.7
1 parent 7099c33 commit 3ee0489

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,6 @@ protected function getQueueName($queueName = null)
240240
return $queueName ?: $this->queueName;
241241
}
242242

243-
protected function createPayloadArray($job, $queue, $data = '')
244-
{
245-
return array_merge(parent::createPayloadArray($job, $queue, $data), [
246-
'id' => $this->getRandomId(),
247-
]);
248-
}
249-
250243
/**
251244
* Get a random ID string.
252245
*

0 commit comments

Comments
 (0)