Skip to content

Commit 487fbe2

Browse files
committed
Fix the README example
1 parent 67f3e11 commit 487fbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $task = JobBuilder::fromService('service_foo', ['bar', 'baz'])
3232
->withPriority(4)
3333
->withDelaySeconds(60)
3434
->withTube('foobar')
35-
->build();
35+
->putTo($queue);
3636
```
3737

3838
```php

0 commit comments

Comments
 (0)