Dennis 3 years ago
parent
commit
73fe6a502a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/User.php

+ 1 - 1
app/Models/User.php

@@ -213,7 +213,7 @@ class User extends Authenticatable implements MustVerifyEmail
      */
      */
     public function getAvatar()
     public function getAvatar()
     {
     {
-        if ($this->discordUser()->exists()){
+        if ($this->discordUser()->exists()) {
             if(@getimagesize($this->discordUser->getAvatar())) {
             if(@getimagesize($this->discordUser->getAvatar())) {
                 $avatar = $this->discordUser->getAvatar();
                 $avatar = $this->discordUser->getAvatar();
             } else {
             } else {