We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f3e11 commit 487fbe2Copy full SHA for 487fbe2
README.md
@@ -32,7 +32,7 @@ $task = JobBuilder::fromService('service_foo', ['bar', 'baz'])
32
->withPriority(4)
33
->withDelaySeconds(60)
34
->withTube('foobar')
35
- ->build();
+ ->putTo($queue);
36
```
37
38
```php
0 commit comments