fix user command fields

This commit is contained in:
xiaomlove
2023-02-01 10:58:01 +08:00
parent a3793f4b46
commit 23ea393ffe
4 changed files with 28 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ class User extends Authenticatable implements FilamentUser, HasName
'id', 'username', 'email', 'class', 'status', 'added', 'avatar',
'uploaded', 'downloaded', 'seedbonus', 'seedtime', 'leechtime',
'invited_by', 'enabled', 'seed_points', 'last_access', 'invites',
'lang', 'attendance_card', 'privacy', 'noad', 'downloadpos', 'donoruntil', 'donor', 'language'
'lang', 'attendance_card', 'privacy', 'noad', 'downloadpos', 'donoruntil', 'donor',
];
public static function getDefaultUserAttributes(): array