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 269a934 commit edc64b1Copy full SHA for edc64b1
docs/basic-usage.md
@@ -91,7 +91,7 @@ $schedule->queue('queue-name', 'jobName', ['data' => 'array'])->hourly();
91
92
!!! note
93
94
- To learn more about the [Queue package](https://github.com/codeigniter4/queue) you can visit a project page.
+ To learn more about queues, you can visit the [Queue package](https://github.com/codeigniter4/queue).
95
96
97
The `singleInstance()` option, described in the next section, works a bit differently than with other scheduling methods.
0 commit comments