🔧 Changing configuration files.

This commit is contained in:
Wisp X
2022-02-14 11:36:19 +08:00
parent 39238a61d7
commit 11857bbe9d
13 changed files with 159 additions and 246 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class UserController extends Controller
$user = Auth::user();
// 组配置
$configs = Utils::config(ConfigKey::GroupConfigs);
$configs = Utils::config(ConfigKey::Group);
if ($user->group) {
$configs = $user->group->configs;
}