Merge pull request 'Update 'app/Console/Kernel.php'' (#135) from dev into master

Reviewed-on: WillaEngine-Project/WillaEngine#135
BE.addEventListener
azizi 3 years ago
commit 9fb850cf84

@ -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