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 26ce5b4 commit 5c03d2dCopy full SHA for 5c03d2d
src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php
@@ -87,11 +87,6 @@ protected function doSend(MessageInterface $message): SentMessage
87
return $sentMessage;
88
}
89
90
- protected function getEndpoint(): ?string
91
- {
92
- return $this->host.($this->port ? ':'.$this->port : '');
93
- }
94
-
95
protected function getEndpoint(): ?string
96
{
97
return rtrim($this->host.($this->port ? ':'.$this->port : '').($this->path ?? ''), '/');
0 commit comments