mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 12:07:28 +08:00
feat: enhance plugin management
- Add command support for plugin management - Optimize plugin management page layout - Add email copy functionality for users - Convert payment methods and Telegram Bot to plugin system
This commit is contained in:
@@ -134,9 +134,7 @@ class Setting
|
||||
*/
|
||||
private function flush(): void
|
||||
{
|
||||
// 清除共享的Redis缓存
|
||||
$this->cache->forget(self::CACHE_KEY);
|
||||
// 清除当前请求的实例内存缓存
|
||||
$this->loadedSettings = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user