mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
deleted event param use array instead of model
This commit is contained in:
@@ -31,6 +31,10 @@ class Torrent extends NexusModel
|
||||
'last_action' => 'datetime',
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'info_hash',
|
||||
];
|
||||
|
||||
public static $commentFields = [
|
||||
'id', 'name', 'added', 'visible', 'banned', 'owner', 'sp_state', 'promotion_time_type', 'promotion_until', 'pos_state',
|
||||
'hr', 'picktype', 'picktime', 'last_action', 'leechers', 'seeders', 'times_completed', 'views', 'size', 'cover', 'anonymous',
|
||||
|
||||
Reference in New Issue
Block a user