mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
recover ptGen
This commit is contained in:
@@ -9,7 +9,11 @@ class TorrentExtra extends NexusModel
|
||||
{
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = ['torrent_id', 'descr', 'ori_descr', 'media_info', 'nfo'];
|
||||
protected $fillable = ['torrent_id', 'descr', 'ori_descr', 'media_info', 'nfo', 'pt_gen'];
|
||||
|
||||
protected $casts = [
|
||||
'pt_gen' => 'array',
|
||||
];
|
||||
|
||||
public function torrent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user