Update 'app/Console/Kernel.php'

pull/108/head
saeid_01 4 years ago
parent 06cd5d1912
commit 4852c547a2

@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{
$schedule->command('today:schedule')->daily();
$schedule->command('today:run')->everyMinute();
$schedule->command('sms:update:status rahyab')->everyTwoHours();
$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