work in something

pull/72/head
Azizi 4 years ago
parent cb6a4d7f69
commit 4bcd1cda17

@ -26,8 +26,8 @@ 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_expired_at')->daily(); # update domain expired_at $schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at
$schedule->command('domain:update_ssl_expired_at')->daily(); # update SSL expired_at $schedule->command('domain:update_ssl_expiry_date')->daily(); # update SSL expired_at
} }
/** /**

Loading…
Cancel
Save