Formatting

This commit is contained in:
Nabeel Shahzad
2020-03-29 15:05:56 -04:00
parent e9b30fbe30
commit 655ac66b52

View File

@@ -175,9 +175,8 @@ class User extends Authenticatable
$avatar = $this->getAvatarAttribute();
if (empty($avatar)) {
return $this->gravatar();
} else {
return $avatar->url;
}
return $avatar->url;
}
/**