mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix searchbox check
This commit is contained in:
@@ -8,6 +8,8 @@ class TorrentCustomField extends NexusModel
|
||||
{
|
||||
protected $table = 'torrents_custom_fields';
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
'name', 'label', 'type', 'required', 'is_single_row', 'options', 'help', 'display', 'priority'
|
||||
];
|
||||
@@ -21,7 +23,5 @@ class TorrentCustomField extends NexusModel
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
public $timestamps = true;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user