Browse Source

[智价云] 清洗更新

tangyuanwang 1 week ago
parent
commit
9f30418e90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -27,7 +27,7 @@ class Kernel extends ConsoleKernel
         // $schedule->command('inspire')->hourly();
         // 每天12:00执行
         $schedule->command('task:daily')
-            // ->dailyAt('12:00')
+            ->dailyAt('12:00')
             ->timezone('Asia/Shanghai') // 设置时区,可选
             ->runInBackground() // 在后台运行,可选
             ->withoutOverlapping() // 防止任务重叠执行