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 bdc1629 commit c24b35eCopy full SHA for c24b35e
scheduling.md
@@ -162,7 +162,7 @@ Method | Description
162
`->thursdays();` | Limit the task to Thursday
163
`->fridays();` | Limit the task to Friday
164
`->saturdays();` | Limit the task to Saturday
165
-`->days(array|mixed);` | Limit the task to specific days
+`->days(array\|mixed);` | Limit the task to specific days
166
`->between($startTime, $endTime);` | Limit the task to run between start and end times
167
`->unlessBetween($startTime, $endTime);` | Limit the task to not run between start and end times
168
`->when(Closure);` | Limit the task based on a truth test
0 commit comments