From 28c756a2b044ab6486acfeb2e58e88079631a614 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 10 Oct 2025 16:40:29 +0800 Subject: [PATCH] no message --- src/Services/Cron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Cron.php b/src/Services/Cron.php index 2dbb5f41e..6494a97fa 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -415,7 +415,7 @@ final class Cron // 作废了 public static function expirePaidUserAccount(): void { - return false; // 作废 + return; // 作废 $paidUsers = (new User())->where('class', '>=', 2)->get(); @@ -644,7 +644,7 @@ final class Cron public static function processTabpOrderActivation(): void { - return false; // 作废 + return; // 作废 $users = User::all();