space
This commit is contained in:
parent
4f838d89bb
commit
73fe6a502a
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
|||
*/
|
||||
public function getAvatar()
|
||||
{
|
||||
if ($this->discordUser()->exists()){
|
||||
if ($this->discordUser()->exists()) {
|
||||
if(@getimagesize($this->discordUser->getAvatar())) {
|
||||
$avatar = $this->discordUser->getAvatar();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue