Pārlūkot izejas kodu

命令名称修改

Zhouzhendong 5 gadi atpakaļ
vecāks
revīzija
9b04550e73
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -41,7 +41,7 @@ class Kernel extends ConsoleKernel
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
-        $schedule->command('syncBatchTask')->everyMinute();
+        $schedule->command('sync:batch')->everyMinute();
     }
     }
 
 
     /**
     /**