Update Plugs.php

This commit is contained in:
Anyon 2020-12-21 14:11:46 +08:00
parent 5cb34425f6
commit ee1d02bd7a

View File

@ -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) {