8000 Update LightSmsTransport.php · symfony/symfony@08b0729 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08b0729

Browse files
authored
Update LightSmsTransport.php
1 parent 7180c1f commit 08b0729

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://%s?phone=%s', $this->getEndpoint(), $this->phone);
89+
return sprintf('lightsms://%s?phone=%s', $this->getEndpoint(), $this->from);
9090
}
9191

9292
public function supports(MessageInterface $message): bool

0 commit comments

Comments
 (0)
0