mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Make user notes field editable via API
This commit is contained in:
parent
b317fb8d83
commit
1e1d32dc85
|
@ -50,6 +50,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
|||
'manager_id',
|
||||
'password',
|
||||
'phone',
|
||||
'notes',
|
||||
'state',
|
||||
'username',
|
||||
'zip',
|
||||
|
|
Loading…
Reference in a new issue