Parcourir la source

update: statistics check time

tokumeikoi il y a 3 ans
Parent
commit
34d8f0d5f0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel
     protected function schedule(Schedule $schedule)
     {
         // v2board
-        $schedule->command('v2board:statistics')->daily();
+        $schedule->command('v2board:statistics')->dailyAt('0:10');
         // check
         $schedule->command('check:order')->everyMinute();
         $schedule->command('check:commission')->everyMinute();