mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
allow changing user activated field via api (#4843)
This commit is contained in:
parent
9ab05e7037
commit
96a469db36
|
@ -44,6 +44,7 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
|
|||
'state',
|
||||
'country',
|
||||
'zip',
|
||||
'activated',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
|
Loading…
Reference in a new issue