Gravatarのデフォルトをretroに指定

This commit is contained in:
eai04191 2019-06-27 13:32:20 +09:00
parent a521a26aa5
commit 7c9eefe478

View File

@ -41,7 +41,7 @@ class User extends Authenticatable
{
$hash = md5(strtolower(trim($this->email)));
return '//www.gravatar.com/avatar/' . $hash . '?s=' . $size;
return '//www.gravatar.com/avatar/' . $hash . '?s=' . $size . '&d=retro';
}
/**