From 7c9eefe4787de0d9cb232235518b39b481d43fa2 Mon Sep 17 00:00:00 2001 From: eai04191 Date: Thu, 27 Jun 2019 13:32:20 +0900 Subject: [PATCH] =?UTF-8?q?Gravatar=E3=81=AE=E3=83=87=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=88=E3=82=92retro=E3=81=AB=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/User.php b/app/User.php index ec9c4d7..1cafaa2 100644 --- a/app/User.php +++ b/app/User.php @@ -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'; } /**