Make user notes field editable via API

This commit is contained in:
snipe 2019-02-13 01:32:00 -08:00
parent b317fb8d83
commit 1e1d32dc85

View file

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