fix searchbox check

This commit is contained in:
xiaomlove
2022-11-26 13:24:30 +08:00
parent 536f0dcb6e
commit 65819d6c5d
6 changed files with 29 additions and 9 deletions
+2 -2
View File
@@ -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;
}