text align tag + update/edit get desc + rating improve

This commit is contained in:
xiaomlove
2022-04-14 00:52:28 +08:00
parent d2a87ccda0
commit 9759c09320
44 changed files with 541 additions and 122 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ class Torrent extends NexusModel
const BANNED_NO = 'no';
protected $casts = [
'added' => 'datetime'
'added' => 'datetime',
'pt_gen' => 'array',
];
public static $commentFields = [