|
|
@@ -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.
|
|
|
*
|