From 2072e8aa84fa01a362dce432758f65ae4af6fecf Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 21:13:51 +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 d7eb0976e..b96e879e8 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -1209,7 +1209,7 @@ final class Cron // DB::beginTransaction(); $oUser = User::where("id", $oPlanExpireQueue->user_id)->first(); - + tomd($oUser->toArray, 1); $oUser->class = $iToClass; $oUser->class_expire = $iToExpire; $oUser->transfer_enable = $iToEnable;