Skip to content

Commit 589e45c

Browse files
committed
fixed warning
1 parent 4579ae5 commit 589e45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sqs/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Queue extends SqsQueue
3333
*
3434
* @throws JsonException When JSON encoding fails
3535
*/
36-
protected function createPayload($job, $queue = null, $data = ''): string
36+
protected function createPayload($job, $queue = null, $data = '', $delay = null): string
3737
{
3838
if (! $job instanceof DispatcherJob) {
3939
return parent::createPayload($job, $queue, $data);

0 commit comments

Comments
 (0)