]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/DiscordChannel.php
track twitch category where chats were sent in
[alttp.git] / app / Models / DiscordChannel.php
index ab699a7cd4e892e591e72e6571ed60793bf27097..c01ca46d3a2adf39076ca53cd4453d3186502d06 100644 (file)
@@ -43,7 +43,7 @@ class DiscordChannel extends Model
        }
 
        public function guild() {
-               return $this->belongsTo(DiscordGuild::class);
+               return $this->belongsTo(DiscordGuild::class, 'discord_guild_id');
        }
 
        protected $fillable = [