mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove duplicate method
This commit is contained in:
parent
c399d797b4
commit
e80a456e04
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue