Skip to content

Commit e80a456

Browse files
committed
Remove duplicate method
1 parent c399d79 commit e80a456

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/Livewire/SlackSettingsForm.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ public function updatedWebhookSelected() {
114114
$this->webhook_channel = '#NA';
115115
}
116116
}
117-
public function updatedwebhookEndpoint() {
118-
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
119-
}
120-
public function updatedwebhookEndpoint() {
117+
118+
public function updatedwebhookEndpoint()
119+
{
121120
$this->teams_webhook_deprecated = !Str::contains($this->webhook_endpoint, 'workflows');
122121
}
123122

0 commit comments

Comments
 (0)