From 766b63e61f278cc79f60119150818744f6278ec5 Mon Sep 17 00:00:00 2001 From: azizi Date: Mon, 25 Oct 2021 15:28:08 +0000 Subject: [PATCH] Update 'app/Console/Kernel.php' --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 4a59bdd..58d5f72 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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 } /**