Skip to content

Commit 08837f7

Browse files
committed
wip
1 parent ec9ea34 commit 08837f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scheduling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ Method | Description
124124
`->everyThirtyMinutes();` | Run the task every thirty minutes
125125
`->hourly();` | Run the task every hour
126126
`->hourlyAt(17);` | Run the task every hour at 17 minutes past the hour
127-
`->everyOddHour();` | Run the task every odd hour
128-
`->everyTwoHours();` | Run the task every two hours
129-
`->everyThreeHours();` | Run the task every three hours
130-
`->everyFourHours();` | Run the task every four hours
131-
`->everySixHours();` | Run the task every six hours
127+
`->everyOddHour($minutes = 0);` | Run the task every odd hour
128+
`->everyTwoHours($minutes = 0);` | Run the task every two hours
129+
`->everyThreeHours($minutes = 0);` | Run the task every three hours
130+
`->everyFourHours($minutes = 0);` | Run the task every four hours
131+
`->everySixHours($minutes = 0);` | Run the task every six hours
132132
`->daily();` | Run the task every day at midnight
133133
`->dailyAt('13:00');` | Run the task every day at 13:00
134134
`->twiceDaily(1, 13);` | Run the task daily at 1:00 & 13:00

0 commit comments

Comments
 (0)