Skip to content

Commit

Permalink
Update scheduling.md
Browse files Browse the repository at this point in the history
Documenting this recent commit: laravel/framework#21092
  • Loading branch information
vaughany authored Sep 16, 2017
1 parent fd2b38e commit 97e5e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Method | Description
`->everyMinute();` | Run the task every minute
`->everyFiveMinutes();` | Run the task every five minutes
`->everyTenMinutes();` | Run the task every ten minutes
`->everyFifteenMinutes();` | Run the task every fifteen minutes
`->everyThirtyMinutes();` | Run the task every thirty minutes
`->hourly();` | Run the task every hour
`->hourlyAt(17);` | Run the task every hour at 17 mins past the hour
Expand Down

0 comments on commit 97e5e37

Please sign in to comment.