mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added manager ID to fillable fields in Location model
This should enable the API to update manager ID
This commit is contained in:
parent
827295a989
commit
b903ca05f7
|
@ -56,6 +56,7 @@ class Location extends SnipeModel
|
|||
'country',
|
||||
'zip',
|
||||
'ldap_ou',
|
||||
'manager_id',
|
||||
'currency',
|
||||
'image',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue