fix:修复BUG/升级1.1.6版本
This commit is contained in:
@@ -400,7 +400,8 @@ class Index extends AdminController
|
||||
return $this->error($th->getMessage());
|
||||
}
|
||||
|
||||
// 清理系统缓存
|
||||
// 清理系统核心缓存
|
||||
Cache::tag('core_system')->clear();
|
||||
$configList = Cache::get('config_list');
|
||||
foreach ($configList as $item) {
|
||||
Cache::delete($item);
|
||||
|
||||
Reference in New Issue
Block a user