seven 1 ay önce
ebeveyn
işleme
9929688f63
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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();