Skip to content

Commit c32dbdf

Browse files
authored
Update README.md
1 parent 0955b72 commit c32dbdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ To call this method on a `$queue` object, use `Queue::call()`:
262262

263263
```php
264264
$result = $queue->call('put_many', [[
265-
'foo' => ['foo', []],
266-
'bar' => ['bar', [Options::DELAY => 30]],
265+
'foo' => ['foo', [Options::DELAY => 30]],
266+
'bar' => ['bar'],
267267
]]);
268268
```
269269

0 commit comments

Comments
 (0)