pause push

This commit is contained in:
Edmond Lang
2025-10-30 21:24:26 +08:00
parent 299f735a17
commit d2f5e949b0
+2 -2
View File
@@ -109,8 +109,8 @@ class Kernel extends ConsoleKernel
// // Push booking module to Lark
// $schedule->command('lark:push-booking-transactions-module')
// ->everyTenMinutes();
$schedule->command('lark:push-booking-2025-transactions-module')
->everyTenMinutes();
// $schedule->command('lark:push-booking-2025-transactions-module')
// ->everyTenMinutes();
}
/**