Skip to content

Commit 7c98ae8

Browse files
[9.x] Add method at and twiceDailyAt description (#8278)
* Add method at and twiceDailyAt description Add frequency method at and twiceDailyAt document. * Update scheduling.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent d435aac commit 7c98ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scheduling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ Method | Description
125125
`->daily();` | Run the task every day at midnight
126126
`->dailyAt('13:00');` | Run the task every day at 13:00
127127
`->twiceDaily(1, 13);` | Run the task daily at 1:00 & 13:00
128+
`->twiceDailyAt(1, 13, 15);` | Run the task daily at 1:15 & 13:15
128129
`->weekly();` | Run the task every Sunday at 00:00
129130
`->weeklyOn(1, '8:00');` | Run the task every week on Monday at 8:00
130131
`->monthly();` | Run the task on the first day of every month at 00:00

0 commit comments

Comments
 (0)