From 4bcd1cda17596c6e2248f791256fcb3205afc7fa Mon Sep 17 00:00:00 2001 From: Azizi Date: Thu, 28 Jan 2021 21:03:50 +0330 Subject: [PATCH] work in something --- app/Console/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index fc4784e..444fee7 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -26,8 +26,8 @@ class Kernel extends ConsoleKernel { $schedule->command('today:schedule')->daily(); $schedule->command('today:run')->everyMinute(); - $schedule->command('domain:update_expired_at')->daily(); # update domain expired_at - $schedule->command('domain:update_ssl_expired_at')->daily(); # update SSL expired_at + $schedule->command('domain:update_domain_expiry_date')->daily(); # update domain expired_at + $schedule->command('domain:update_ssl_expiry_date')->daily(); # update SSL expired_at } /**