Zhouzhendong 5 лет назад
Родитель
Сommit
0ead0ff052
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -80,7 +80,7 @@ class  Kernel extends ConsoleKernel
         $schedule->command('create:weightStatistic')->dailyAt("00:30");
         $schedule->command('sync:carrier')->hourlyAt(1);
         $schedule->command('createProcurementTotalBill')->monthlyOn(1);
-        $schedule->command('check:cacheRack')->everyMinute();
+        //$schedule->command('check:cacheRack')->everyMinute();
     }
 
     /**