瀏覽代碼

命令名称修改

Zhouzhendong 5 年之前
父節點
當前提交
9b04550e73
共有 1 個文件被更改,包括 1 次插入1 次删除
  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('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
-        $schedule->command('syncBatchTask')->everyMinute();
+        $schedule->command('sync:batch')->everyMinute();
     }
 
     /**