Update 'app/Console/Kernel.php'

pull/135/head
azizi 3 years ago
parent 8f970edaf6
commit 766b63e61f

@ -29,6 +29,7 @@ class Kernel extends ConsoleKernel
$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
$schedule->command('make:sitemap')->daily(); # make sitemap
}
/**

Loading…
Cancel
Save