enable pushing booking transaction on staging

This commit is contained in:
Edmond Lang
2025-10-26 16:22:44 +08:00
parent 457e6d07e9
commit 0c72454117
+4 -4
View File
@@ -79,11 +79,11 @@ class Kernel extends ConsoleKernel
// $schedule->command('lark:push-booking-module')
// ->hourly()
// ->withoutOverlapping();
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->hourly()
->withoutOverlapping();
}
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->hourly()
->withoutOverlapping();
}
//Commands Version 1: Before Laravel Vapor/AWS
else{