Gravatarのデフォルトをretroに指定
This commit is contained in:
parent
a521a26aa5
commit
7c9eefe478
@ -41,7 +41,7 @@ class User extends Authenticatable
|
|||||||
{
|
{
|
||||||
$hash = md5(strtolower(trim($this->email)));
|
$hash = md5(strtolower(trim($this->email)));
|
||||||
|
|
||||||
return '//www.gravatar.com/avatar/' . $hash . '?s=' . $size;
|
return '//www.gravatar.com/avatar/' . $hash . '?s=' . $size . '&d=retro';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user