From 6c39955435db213411bf66edeb8672c07e6aa3d9 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 21:17:31 +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 830e328e6..e6f961d05 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -1208,7 +1208,7 @@ final class Cron // DB::beginTransaction(); - tomd($oPlanExpireQueue->user_id) + tomd($oPlanExpireQueue->user_id); $oUser = User::where("id", $oPlanExpireQueue->user_id)->first(); tomd($oUser->toArray, 1); $oUser->class = $iToClass;