feat: create command

pull/71/head
Azizi 4 years ago
parent 703f059954
commit c631b2e2b6

@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array * @var array
*/ */
protected $commands = [ protected $commands = [
//
]; ];
/** /**
@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{ {
$schedule->command('today:schedule')->daily(); $schedule->command('today:schedule')->daily();
$schedule->command('today:run')->everyMinute(); $schedule->command('today:run')->everyMinute();
$schedule->command('domain:update_expiry_at')->daily();
} }
/** /**

Loading…
Cancel
Save