seven 1 tháng trước cách đây
mục cha
commit
9929688f63
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      routes/console.php

+ 3 - 1
routes/console.php

@@ -8,6 +8,8 @@
 
 use App\Jobs\DailyReportJob;
 
+use Illuminate\Support\Facades\Log;
+
 Artisan::command('inspire', function () {
     $this->comment(Inspiring::quote());
 })->purpose('Display an inspiring quote');
@@ -47,4 +49,4 @@
 Schedule::call(function () {
     // 每日同步国家数据
    SyncFootballDataService::syncCountry();
-})->daily()->name('每日清理任务')->withoutOverlapping();
+})->daily()->name('每日任务')->withoutOverlapping();