|
@@ -35,8 +35,8 @@ class Kernel extends ConsoleKernel
|
|
*/
|
|
*/
|
|
protected function schedule(Schedule $schedule)
|
|
protected function schedule(Schedule $schedule)
|
|
{
|
|
{
|
|
- $schedule->command('book:update')->dailyAt('22:00');
|
|
|
|
|
|
+ $schedule->command('book:update')->dailyAt('06:00');
|
|
|
|
|
|
- $schedule->command('book:update')->dailyAt('10:00');
|
|
|
|
|
|
+ $schedule->command('book:update')->dailyAt('18:00');
|
|
}
|
|
}
|
|
}
|
|
}
|