* LightSmsTransport.php - issue with Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportTest

This commit is contained in:
Vasilij Dusko | CREATION 2021-03-30 09:15:57 +03:00
parent 23a446a2e1
commit 265f776394

View File

@ -86,7 +86,7 @@ final class LightSmsTransport extends AbstractTransport
public function __toString(): string public function __toString(): string
{ {
return sprintf('lightsms://www.%sexternal/get/send.php?phone=%s', $this->getEndpoint(), $this->from); return sprintf('lightsms://www.%s/external/get/send.php?phone=%s', $this->getEndpoint(), $this->from);
} }
public function supports(MessageInterface $message): bool public function supports(MessageInterface $message): bool