Added manager ID to fillable fields in Location model

This should enable the API to update manager ID
This commit is contained in:
snipe 2018-09-07 17:27:19 -07:00
parent 827295a989
commit b903ca05f7

View file

@ -56,6 +56,7 @@ class Location extends SnipeModel
'country',
'zip',
'ldap_ou',
'manager_id',
'currency',
'image',
];