Skip to content

Commit c24b35e

Browse files
authored
Fix unescaped character breaking docs (laravel#7713)
1 parent bdc1629 commit c24b35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Method | Description
162162
`->thursdays();` | Limit the task to Thursday
163163
`->fridays();` | Limit the task to Friday
164164
`->saturdays();` | Limit the task to Saturday
165-
`->days(array|mixed);` | Limit the task to specific days
165+
`->days(array\|mixed);` | Limit the task to specific days
166166
`->between($startTime, $endTime);` | Limit the task to run between start and end times
167167
`->unlessBetween($startTime, $endTime);` | Limit the task to not run between start and end times
168168
`->when(Closure);` | Limit the task based on a truth test

0 commit comments

Comments
 (0)