We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b20f08 commit b78d314Copy full SHA for b78d314
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
@@ -100,6 +100,7 @@
100
'sms-biuras' => Bridge\SmsBiuras\SmsBiurasTransportFactory::class,
101
'sms-factor' => Bridge\SmsFactor\SmsFactorTransportFactory::class,
102
'sms-sluzba' => Bridge\SmsSluzba\SmsSluzbaTransportFactory::class,
103
+ 'sms77' => Bridge\Sms77\Sms77TransportFactory::class,
104
'smsapi' => Bridge\Smsapi\SmsapiTransportFactory::class,
105
'smsbox' => Bridge\Smsbox\SmsboxTransportFactory::class,
106
'smsc' => Bridge\Smsc\SmscTransportFactory::class,
0 commit comments