Skip to content

Commit

Permalink
Make user notes field editable via API
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 13, 2019
1 parent c066915 commit f88fee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
'manager_id',
'password',
'phone',
'notes',
'state',
'username',
'zip',
Expand Down

0 comments on commit f88fee0

Please sign in to comment.