Skip to content

Commit

Permalink
Fix the README example
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jun 21, 2021
1 parent 67f3e11 commit 487fbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $task = JobBuilder::fromService('service_foo', ['bar', 'baz'])
->withPriority(4)
->withDelaySeconds(60)
->withTube('foobar')
->build();
->putTo($queue);
```

```php
Expand Down

0 comments on commit 487fbe2

Please sign in to comment.