Skip to content

Commit

Permalink
Update schedule docs with new string parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdraper committed Sep 6, 2017
1 parent 1f8f2f6 commit a10801b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $config['schedule'] = array(
array(
'group' => 'user',
'command' => 'testUserCommand',
'runEvery' => 'FiveMinutes', // Always|FiveMinutes|TenMinutes|ThirtyMinutes|Hour|Day|Week|Month
'runEvery' => 'FiveMinutes', // Always|FiveMinutes|TenMinutes|ThirtyMinutes|Hour|Day|Week|Month|DayAtMidnight|SaturdayAtMidnight|SundayAtMidnight|MondayAtMidnight|TuesdayAtMidnight|WednesdayAtMidnight|ThursdayAtMidNight|FridayAtMidnight
'arguments' => array(
'foo' => 'bar',
'foobar' => 'barfoo',
Expand All @@ -26,7 +26,7 @@ $config['schedule'] = array(
array(
'group' => 'user',
'command' => 'testUserCommand2',
'runEvery' => 'Day', // Always|FiveMinutes|TenMinutes|ThirtyMinutes|Hour|Day|Week|Month
'runEvery' => 'Day', // Always|FiveMinutes|TenMinutes|ThirtyMinutes|Hour|Day|Week|Month|DayAtMidnight|SaturdayAtMidnight|SundayAtMidnight|MondayAtMidnight|TuesdayAtMidnight|WednesdayAtMidnight|ThursdayAtMidNight|FridayAtMidnight
),
array(
'group' => 'user',
Expand Down

0 comments on commit a10801b

Please sign in to comment.