From 9d5a324bb031bf01a6bf6388cce8f47cc56a304d Mon Sep 17 00:00:00 2001 From: "s.tabatabai" Date: Mon, 5 Oct 2020 19:48:53 +0330 Subject: [PATCH] Insert command into schedule mthod in kernel for sms update status --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index b29a22f..56f7e82 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -26,6 +26,8 @@ class Kernel extends ConsoleKernel { $schedule->command('today:schedule')->daily(); $schedule->command('today:run')->everyMinute(); + $schedule->command('sms:update:status rahyab')->everyThirtyMinutes(); + $schedule->command('sms:update:status faraz')->everyTenMinutes(); } /**