To test run new command

This commit is contained in:
Dillon Ngo
2024-03-24 18:26:09 +08:00
parent a200f7083b
commit 454b1ff1a9
+2 -1
View File
@@ -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')