Make user notes field editable via API

This commit is contained in:
snipe 2019-02-12 23:58:30 -08:00
parent c0669150fb
commit f88fee0f21

View file

@ -47,6 +47,7 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
'manager_id', 'manager_id',
'password', 'password',
'phone', 'phone',
'notes',
'state', 'state',
'username', 'username',
'zip', 'zip',