We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c399d79 commit e80a456Copy full SHA for e80a456
app/Livewire/SlackSettingsForm.php
@@ -114,10 +114,9 @@ public function updatedWebhookSelected() {
114
$this->webhook_channel = '#NA';
115
}
116
117
- public function updatedwebhookEndpoint() {
118
- $this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
119
- }
120
+
+ public function updatedwebhookEndpoint()
+ {
121
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
122
123
0 commit comments