| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | protected function schedule(Schedule $schedule) |
||
| 26 | { |
||
| 27 | $schedule->command('characteristics:import')->dailyAt('22:00'); |
||
| 28 | $schedule->command('pages:import-all')->twiceMonthly(); |
||
| 29 | $schedule->command('pages:import-with-icons-type')->twiceMonthly(); |
||
| 30 | $schedule->command('pages:sync-dry')->hourly(); |
||
| 31 | } |
||
| 45 |