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;