Added gravatar and avatar as fillable

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-01-21 18:07:17 -08:00
parent a0aed19f95
commit 48c85966d7

View file

@ -61,7 +61,9 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
'remote',
'start_date',
'end_date',
'scim_externalid'
'scim_externalid',
'avatar',
'gravatar',
];
protected $casts = [