Update LightSmsTransport.php

This commit is contained in:
Vasilij Duško 2021-03-29 19:37:44 +03:00 committed by GitHub
parent 7180c1f400
commit 08b0729751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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