hasMany("App\UserAccessToken"); } /** * Get all configured twitch webhooks */ public function twitchWebhooks() { return $this->hasMany("App\TwitchWebhook"); } }