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',
'password',
'phone',
'notes',
'state',
'username',
'zip',