Skip to content

Commit 364f96b

Browse files
authored
Make compatible with Laravel 12
1 parent 65f4066 commit 364f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Queue extends SqsQueue
2626
*
2727
* @throws JsonException
2828
*/
29-
protected function createPayload($job, $queue = null, $data = ''): string
29+
protected function createPayload($job, $queue = null, $data = '', $delay = null): string
3030
{
3131
if (! $job instanceof DispatcherJob) {
3232
return parent::createPayload($job, $queue, $data);

0 commit comments

Comments
 (0)