Combine integrations & notifications sections (#229)
* Combine integrations & notifications sections * New section Form Access
This commit is contained in:
@@ -279,6 +279,11 @@ class Form extends Model
|
||||
}
|
||||
|
||||
|
||||
public function getNotifiesWebhookAttribute()
|
||||
{
|
||||
return !empty($this->webhook_url);
|
||||
}
|
||||
|
||||
public function getNotifiesDiscordAttribute()
|
||||
{
|
||||
return !empty($this->discord_webhook_url);
|
||||
|
||||
Reference in New Issue
Block a user