File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 38
38
use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
39
39
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
40
40
use Symfony \Component \Notifier \Bridge \Smsapi \SmsapiTransportFactory ;
41
+ use Symfony \Component \Notifier \Bridge \SmsBiuras \SmsBiurasTransportFactory ;
41
42
use Symfony \Component \Notifier \Bridge \SpotHit \SpotHitTransportFactory ;
42
43
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
43
44
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
179
180
->set ('notifier.transport_factory.lightsms ' , LightSmsTransportFactory::class)
180
181
->parent ('notifier.transport_factory.abstract ' )
181
182
->tag ('texter.transport_factory ' )
183
+
184
+ ->set ('notifier.transport_factory.smsbiuras ' , SmsBiurasTransportFactory::class)
185
+ ->parent ('notifier.transport_factory.abstract ' )
186
+ ->tag ('texter.transport_factory ' )
182
187
;
183
188
};
You can’t perform that action at this time.
0 commit comments