mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
text align tag + update/edit get desc + rating improve
This commit is contained in:
@@ -25,7 +25,8 @@ class Torrent extends NexusModel
|
||||
const BANNED_NO = 'no';
|
||||
|
||||
protected $casts = [
|
||||
'added' => 'datetime'
|
||||
'added' => 'datetime',
|
||||
'pt_gen' => 'array',
|
||||
];
|
||||
|
||||
public static $commentFields = [
|
||||
|
||||
Reference in New Issue
Block a user