From 18aeffb46df46c459678736c289ee344fd2e08dc Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 13 Aug 2025 10:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=87=AA=E5=8A=A8=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E6=B6=88=E6=81=AF=E8=84=9A=E6=9C=AC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/task/UserClearMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/task/UserClearMessage.php b/app/common/task/UserClearMessage.php index 79c0f7a..b28920d 100644 --- a/app/common/task/UserClearMessage.php +++ b/app/common/task/UserClearMessage.php @@ -22,7 +22,7 @@ class UserClearMessage extends Task */ protected function writeLog($text) { - $this->path = root_path() . 'crontab.txt'; + $this->path = root_path() . 'crontab2.txt'; $content = '重置中!'; if (!file_exists($this->path)) {