소스 검색

book update time fix

zz 5 년 전
부모
커밋
63487ad604
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Console/Kernel.php

+ 2 - 2
app/Console/Kernel.php

@@ -35,8 +35,8 @@ class Kernel extends ConsoleKernel
      */
     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');
     }
 }