8000 * github account author · symfony/symfony@4a11b94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a11b94

Browse files
Vasilij DuskoVasilij Dusko | CREATION
authored andcommitted
* github account author
1 parent 728a3e2 commit 4a11b94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Symfony\Contracts\HttpClient\HttpClientInterface;
2222

2323
/**
24-
* @author Vasilij Duško <vasilij@d4d.lt>
24+
* @author Vasilij Duško <vasilij@prado.lt>
2525
*/
2626
final class LightSmsTransport extends AbstractTransport
2727
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Notifier\Transport\TransportInterface;
1818

1919
/**
20-
* @author Vasilij Duško <vasilij@d4d.lt>
20+
* @author Vasilij Duško <vasilij@prado.lt>
2121
*/
2222
final class LightSmsTransportFactory extends AbstractTransportFactory
2323
{

src/Symfony/Component/Notifier/Bridge/LightSms/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "Vasilij Duško",
11-
"email": "vasilij@d4d.lt"
11+
"email": "vasilij@prado.lt"
1212
},
1313
{
1414
3976 "name": "Symfony Community",

0 commit comments

Comments
 (0)
0