diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 4e0e6526..7e993e0d 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -80,10 +80,6 @@ class Kernel extends ConsoleKernel // ->hourly() // ->withoutOverlapping(); } - // // Push booking module to Lark - $schedule->command('lark:push-booking-transactions-module') - ->everyTenMinutes() - ->withoutOverlapping(); } //Commands Version 1: Before Laravel Vapor/AWS else{ @@ -109,6 +105,11 @@ class Kernel extends ConsoleKernel // ->dailyAt('03:00') // ->withoutOverlapping(); } + + // // Push booking module to Lark + $schedule->command('lark:push-booking-transactions-module') + ->everyTenMinutes() + ->withoutOverlapping(); } /**