fix userdetails page hr

This commit is contained in:
xiaomlove
2022-10-01 03:08:57 +08:00
parent 28b85c7ecf
commit 127765fe47
2 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ class Torrent extends NexusModel
public static $commentFields = [
'id', 'name', 'added', 'visible', 'banned', 'owner', 'sp_state', 'pos_state', 'hr', 'picktype', 'picktime',
'last_action', 'leechers', 'seeders', 'times_completed', 'views', 'size', 'cover', 'anonymous', 'approval_status',
'pos_state_until'
'pos_state_until', 'category'
];
public static $basicRelations = [