8000 * LightSmsTransport.php - issue with Symfony\Component\Notifier\Bridg… · symfony/symfony@265f776 · GitHub
[go: up one dir, main page]

Skip to content

Commit 265f776

Browse files
author
Vasilij Dusko | CREATION
committed
* LightSmsTransport.php - issue with Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportTest
1 parent 23a446a commit 265f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __construct(string $login, string $password, string $from, HttpC
8686

8787
public function __toString(): string
8888
{
89-
return sprintf('lightsms://www.%sexternal/get/send.php?phone=%s', $this->getEndpoint(), $this->from);
89+
return sprintf('lightsms://www.%s/external/get/send.php?phone=%s', $this->getEndpoint(), $this->from);
9090
}
9191

9292
public function supports(MessageInterface $message): bool

0 commit comments

Comments
 (0)
0