From 71a710f0cc2012df8d782735f2f49250cbdb35f2 Mon Sep 17 00:00:00 2001 From: hellcat Date: Fri, 8 May 2026 16:40:06 +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 7136a302d..93e8896ec 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -921,8 +921,8 @@ final class Cron DB::commit(); } catch (Exception|ClientExceptionInterface $e) { - DB::rollBack(); echo $e->getMessage(); + DB::rollBack(); } }