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 8a12c5f commit 5757b5bCopy full SHA for 5757b5b
scheduling.md
@@ -115,7 +115,7 @@ Method | Description
115
`->dailyAt('13:00');` | Run the task every day at 13:00
116
`->twiceDaily(1, 13);` | Run the task daily at 1:00 & 13:00
117
`->weekly();` | Run the task every week
118
-`->weeklyOn(1, '8:00');` | Run the task every week on Tuesday at 8:00
+`->weeklyOn(1, '8:00');` | Run the task every week on Monday at 8:00
119
`->monthly();` | Run the task every month
120
`->monthlyOn(4, '15:00');` | Run the task every month on the 4th at 15:00
121
`->quarterly();` | Run the task every quarter
0 commit comments