File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,10 @@ class UnsupportedSchemeException extends LogicException
240
240
'class ' => Bridge \SmsBiuras \SmsBiurasTransportFactory::class,
241
241
'package ' => 'symfony/sms-biuras-notifier ' ,
242
242
],
243
+ 'smsbox ' => [
244
+ 'class ' => Bridge \Smsbox \SmsboxTransportFactory::class,
245
+ 'package ' => 'symfony/smsbox-notifier ' ,
246
+ ],
243
247
'smsc ' => [
244
248
'class ' => Bridge \Smsc \SmscTransportFactory::class,
245
249
'package ' => 'symfony/smsc-notifier ' ,
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ public static function setUpBeforeClass(): void
82
82
Bridge \Sms77 \Sms77TransportFactory::class => false ,
83
83
Bridge \Smsapi \SmsapiTransportFactory::class => false ,
84
84
Bridge \SmsBiuras \SmsBiurasTransportFactory::class => false ,
85
+ Bridge \Smsbox \SmsboxTransportFactory::class => false ,
85
86
Bridge \Smsc \SmscTransportFactory::class => false ,
86
87
Bridge \SmsFactor \SmsFactorTransportFactory::class => false ,
87
88
Bridge \Smsmode \SmsmodeTransportFactory::class => false ,
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ final class Transport
83
83
Bridge \Sms77 \Sms77TransportFactory::class,
84
84
Bridge \Smsapi \SmsapiTransportFactory::class,
85
85
Bridge \SmsBiuras \SmsBiurasTransportFactory::class,
86
+ Bridge \Smsbox \SmsboxTransportFactory::class,
86
87
Bridge \Smsc \SmscTransportFactory::class,
87
88
Bridge \SmsFactor \SmsFactorTransportFactory::class,
88
89
Bridge \Smsmode \SmsmodeTransportFactory::class,
You can’t perform that action at this time.
0 commit comments