mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-09 06:50:45 +08:00
细节优化
This commit is contained in:
@ -69,6 +69,9 @@ class Cache extends Common
|
||||
\base\FileUtil::UnlinkDir(ROOT.'runtime'.DS.'cache');
|
||||
\base\FileUtil::UnlinkDir(ROOT.'runtime'.DS.'data');
|
||||
|
||||
// 缓存操作清除
|
||||
\think\facade\Cache::clear();
|
||||
|
||||
return $this->success('更新成功');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user