diff --git a/app/Livewire/SlackSettingsForm.php b/app/Livewire/SlackSettingsForm.php index 8d330bafbe..909b2223ad 100644 --- a/app/Livewire/SlackSettingsForm.php +++ b/app/Livewire/SlackSettingsForm.php @@ -114,10 +114,9 @@ class SlackSettingsForm extends Component $this->webhook_channel = '#NA'; } } - public function updatedwebhookEndpoint() { - $this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows'); - } - public function updatedwebhookEndpoint() { + + public function updatedwebhookEndpoint() + { $this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows'); }