mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
added 'requestable' to fillable attributes. (#7787)
This commit is contained in:
parent
89e2a3ae3c
commit
e27a9b137b
|
@ -111,6 +111,7 @@ class Asset extends Depreciable
|
|||
'status_id',
|
||||
'supplier_id',
|
||||
'warranty_months',
|
||||
'requestable',
|
||||
];
|
||||
|
||||
use Searchable;
|
||||
|
|
Loading…
Reference in a new issue