mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Added gravatar and avatar as fillable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a0aed19f95
commit
48c85966d7
|
@ -61,7 +61,9 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
||||||
'remote',
|
'remote',
|
||||||
'start_date',
|
'start_date',
|
||||||
'end_date',
|
'end_date',
|
||||||
'scim_externalid'
|
'scim_externalid',
|
||||||
|
'avatar',
|
||||||
|
'gravatar',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
|
|
Loading…
Reference in a new issue