mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Fixes #3868 - model_number/notes in models API call
This commit is contained in:
parent
6310670835
commit
4ef6e292d1
|
@ -55,7 +55,7 @@ class AssetModel extends SnipeModel
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['name','manufacturer_id','category_id','eol', 'user_id', 'fieldset_id'];
|
||||
protected $fillable = ['name','manufacturer_id','category_id','eol', 'user_id', 'fieldset_id', 'model_number', 'notes'];
|
||||
|
||||
public function assets()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue