saeid 2 years ago
parent 385cb7eafd
commit dcb8a7dd5a

@ -30,6 +30,8 @@ class Kernel extends ConsoleKernel
$schedule->command('domain:update_ssl_expiry_date')->daily(); # update SSL 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 $schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at
$schedule->command('make:sitemap')->daily(); # make sitemap $schedule->command('make:sitemap')->daily(); # make sitemap
$schedule->command('sum:statistics')->daily(); # statistics to statistic-charts
$schedule->command('remove:statistics')->lastDayOfMonth(); # remove data from statistics and ad to file
} }
/** /**

Loading…
Cancel
Save