From 454b1ff1a942834829cf9517c7bde10cde69a928 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sun, 24 Mar 2024 18:26:09 +0800 Subject: [PATCH] To test run new command --- app/Console/Kernel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 6342a8b2..abb6762a 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -50,7 +50,8 @@ class Kernel extends ConsoleKernel ->withoutOverlapping(); $schedule->command('new-user-registration-expire-check-command') - ->dailyAt('23:55') + //->dailyAt('23:55') //cief todo: original, to be reverted back to this + ->everyFifteenMinutes() ->withoutOverlapping(); $schedule->command('booking-expired-command')