From e2cca851735fe79b1dbbe07aa2b7ce82ae56fee3 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 21:19:36 +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 e6f961d05..a3af82fd5 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -1210,7 +1210,7 @@ final class Cron tomd($oPlanExpireQueue->user_id); $oUser = User::where("id", $oPlanExpireQueue->user_id)->first(); - tomd($oUser->toArray, 1); + tomd($oUser->toArray(), 1); $oUser->class = $iToClass; $oUser->class_expire = $iToExpire; $oUser->transfer_enable = $iToEnable;