fix: change command order

pull/78/head
farid 4 years ago
parent 788d976e08
commit b0d8b60183

@ -26,8 +26,8 @@ class Kernel extends ConsoleKernel
{
$schedule->command('today:schedule')->daily();
$schedule->command('today:run')->everyMinute();
$schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at
$schedule->command('domain:update_ssl_expiry_date')->daily(); # update SSL expired_at
$schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at
}
/**

Loading…
Cancel
Save