belongsTo("App\User"); } // event handlers /** * Get discord message/embed assigned to this twitch webhook */ public function discordWebhookMessage() { return $this->morphedByMany("App\DiscordWebhookMessage", "twitch_webhook_event"); } }