From ee1d02bd7a68590d79a9366e6af6f3f4e7f8e12f Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 21 Dec 2020 14:11:46 +0800 Subject: [PATCH] Update Plugs.php --- app/admin/controller/api/Plugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/api/Plugs.php b/app/admin/controller/api/Plugs.php index c7ab0b1fa..bc1e171b9 100644 --- a/app/admin/controller/api/Plugs.php +++ b/app/admin/controller/api/Plugs.php @@ -134,7 +134,7 @@ class Plugs extends Controller AdminService::instance()->clearCache(); SystemService::instance()->clearRuntime(); sysoplog('系统运维管理', '清理网站日志及缓存数据'); - $this->success('清理缓存及日志成功!'); + $this->success('清空缓存日志成功!'); } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $exception) {