This commit is contained in:
Andras Bacsai
2023-06-20 15:04:46 +02:00
parent 8910d5a65d
commit de759290e5
15 changed files with 62 additions and 52 deletions

View File

@@ -27,7 +27,7 @@ class Team extends Model implements SendsDiscord, SendsEmail
public function routeNotificationForDiscord()
{
return $this->extra_attributes->get('discord_webhook');
return $this->extra_attributes->get('discord_webhook_url');
}
public function routeNotificationForEmail(string $attribute = 'smtp_recipients')
{