seven 2 недель назад
Родитель
Сommit
5f2bb39d48
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app/Console/Kernel.php

+ 3 - 0
app/Console/Kernel.php

@@ -7,6 +7,9 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
 use App\Jobs\FiveSecondTaskJob;
 class Kernel extends ConsoleKernel
 {
+    protected $commands = [
+        \App\Console\Commands\StartFiveSecondTask::class,
+    ];
     /**
      * Define the application's command schedule.
      *