improve use_can()

This commit is contained in:
xiaomlove
2022-08-24 00:19:19 +08:00
parent bb6cab0f49
commit 86dc15e79a
9 changed files with 102 additions and 36 deletions

View File

@@ -242,6 +242,11 @@ class Update extends Install
NexusDB::cache_del('nexus_rss');
NexusDB::cache_del('nexus_is_ip_seed_box');
/**
* @since 1.7.23
*/
build_class_permission_cache();
}
public function runExtraMigrate()