Update Plugs.php

This commit is contained in:
Anyon 2020-12-21 14:05:52 +08:00
parent b01643f0d3
commit 5cb34425f6

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