Skip to content

Commit 5c03d2d

Browse files
Fix merge
1 parent 26ce5b4 commit 5c03d2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ protected function doSend(MessageInterface $message): SentMessage
8787
return $sentMessage;
8888
}
8989

90-
protected function getEndpoint(): ?string
91-
{
92-
return $this->host.($this->port ? ':'.$this->port : '');
93-
}
94-
9590
protected function getEndpoint(): ?string
9691
{
9792
return rtrim($this->host.($this->port ? ':'.$this->port : '').($this->path ?? ''), '/');

0 commit comments

Comments
 (0)