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;