Push booking module to lark

This commit is contained in:
Edmond Lang
2025-09-28 22:35:53 +08:00
parent 5e80f9e887
commit e0cfeca54b
+4
View File
@@ -75,6 +75,10 @@ class Kernel extends ConsoleKernel
$schedule->command('lark:push-company-module')
->hourly()
->withoutOverlapping();
// Push booking module to Lark
$schedule->command('lark:push-booking-module')
->hourly()
->withoutOverlapping();
}
}
//Commands Version 1: Before Laravel Vapor/AWS