@@ -29,14 +29,14 @@ |
||
| 29 | 29 | protected function schedule(Schedule $schedule) |
| 30 | 30 | { |
| 31 | 31 | $schedule->command('colligator:harvest-oaipmh samling42 --daily') |
| 32 | - ->dailyAt('02:00'); |
|
| 32 | + ->dailyAt('02:00'); |
|
| 33 | 33 | |
| 34 | 34 | // Bring subject heading usage counts up-to-date |
| 35 | 35 | $schedule->command('colligator:reindex') |
| 36 | - ->weekly()->sundays()->at('04:00'); |
|
| 36 | + ->weekly()->sundays()->at('04:00'); |
|
| 37 | 37 | |
| 38 | 38 | // Check new documents for xisbn |
| 39 | 39 | $schedule->command('colligator:harvest-xisbn') |
| 40 | - ->weekly()->saturdays()->at('04:00'); |
|
| 40 | + ->weekly()->saturdays()->at('04:00'); |
|
| 41 | 41 | } |
| 42 | 42 | } |