record mybouns page bonus consume log

This commit is contained in:
xiaomlove
2022-07-25 03:31:19 +08:00
parent e2e48c7489
commit cc63bb53e6
5 changed files with 57 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ class User extends Authenticatable implements FilamentUser, HasName
protected $fillable = [
'username', 'email', 'passhash', 'secret', 'stylesheet', 'editsecret', 'added', 'modcomment', 'enabled', 'status',
'leechwarn', 'leechwarnuntil', 'page', 'class', 'uploaded', 'downloaded', 'clientselect', 'showclienterror', 'last_home',
'seedbonus', 'bonuscomment', 'downloadpos'
'seedbonus', 'bonuscomment', 'downloadpos', 'vip_added', 'vip_until', 'title',
];
/**