File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ Method | Description
124
124
` ->everyThirtyMinutes(); ` | Run the task every thirty minutes
125
125
` ->hourly(); ` | Run the task every hour
126
126
` ->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
132
132
` ->daily(); ` | Run the task every day at midnight
133
133
` ->dailyAt('13:00'); ` | Run the task every day at 13:00
134
134
` ->twiceDaily(1, 13); ` | Run the task daily at 1:00 & 13:00
You can’t perform that action at this time.
0 commit comments