mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
fix phone number update in api (#4842)
This commit is contained in:
parent
94cf1f8741
commit
52a99faf68
|
@ -36,7 +36,7 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
|
||||||
'jobtitle',
|
'jobtitle',
|
||||||
'location_id',
|
'location_id',
|
||||||
'password',
|
'password',
|
||||||
'phone_number',
|
'phone',
|
||||||
'username',
|
'username',
|
||||||
'first_name',
|
'first_name',
|
||||||
'address',
|
'address',
|
||||||
|
|
Loading…
Reference in a new issue