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

Skip to content

Commit 7180c1f

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

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
@@ -30,7 +30,7 @@ final class LightSmsTransport extends AbstractTransport
3030

3131
private $login;
3232
private $password;
33-
private $phone;
33+
private $from;
3434

3535
private const ERROR_CODES = [
3636
'000' => 'Service unavailable',

0 commit comments

Comments
 (0)
0