From a8213034c911e41b2eb60d6ab1172c046902a7a6 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 12 Oct 2025 12:28:12 +0800 Subject: [PATCH] no message --- src/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Cron.php b/src/Services/Cron.php index ab8130d58..7a19134f5 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -836,7 +836,7 @@ final class Cron try { $invoice = (new Invoice())->where('order_id', $oOrder->id)->first(); - + var_dump($invoice->toArray()); if ($invoice === null) { continue; }