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')