From 299f735a178016d742820e238e2c2244790bdd08 Mon Sep 17 00:00:00 2001 From: Edmond Lang Date: Thu, 30 Oct 2025 01:48:53 +0800 Subject: [PATCH] staging push 2025 booking transactions data --- .../Commands/LarkPushBooking2025TransactionsModuleCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/LarkPushBooking2025TransactionsModuleCommand.php b/app/Console/Commands/LarkPushBooking2025TransactionsModuleCommand.php index 245f876c..90cbd199 100644 --- a/app/Console/Commands/LarkPushBooking2025TransactionsModuleCommand.php +++ b/app/Console/Commands/LarkPushBooking2025TransactionsModuleCommand.php @@ -25,7 +25,7 @@ class LarkPushBooking2025TransactionsModuleCommand extends Command return self::FAILURE; } - $this->info('[Lark ' . $module . '] Start', ['env' => app()->environment()]); + $this->info('[Lark ' . $module . '] Start (env: ' . app()->environment() . ')'); $limit = (int) $this->option('limit'); $url = "https://hfbbr1an7s0.sg.larksuite.com/base/automation/webhook/event/{$webhookId}";