seven hace 2 semanas
padre
commit
5f2bb39d48
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.
      *