From de82611bff425bc9c07b54eb648abd0ddecac44b Mon Sep 17 00:00:00 2001 From: u2nyakim Date: Fri, 22 Aug 2025 10:39:27 +0800 Subject: [PATCH] up. --- app/command/Crontab.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/command/Crontab.php b/app/command/Crontab.php index c65fa33..efa6dbb 100644 --- a/app/command/Crontab.php +++ b/app/command/Crontab.php @@ -49,6 +49,8 @@ class Crontab extends Command // 开始执行 self::start($item); } + + return true; } public static function start($item)