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 @@ -296,6 +296,10 @@ class UnsupportedSchemeException extends LogicException
296296 'class ' => Bridge \SpotHit \SpotHitTransportFactory::class,
297297 'package ' => 'symfony/spot-hit-notifier ' ,
298298 ],
299+ 'sweego ' => [
300+ 'class ' => Bridge \Sweego \SweegoTransportFactory::class,
301+ 'package ' => 'symfony/sweego-notifier ' ,
302+ ],
299303 'telegram ' => [
300304 'class ' => Bridge \Telegram \TelegramTransportFactory::class,
301305 'package ' => 'symfony/telegram-notifier ' ,
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ public static function setUpBeforeClass(): void
9494 Bridge \Smsmode \SmsmodeTransportFactory::class => false ,
9595 Bridge \SmsSluzba \SmsSluzbaTransportFactory::class => false ,
9696 Bridge \SpotHit \SpotHitTransportFactory::class => false ,
97+ Bridge \Sweego \SweegoTransportFactory::class => false ,
9798 Bridge \Telegram \TelegramTransportFactory::class => false ,
9899 Bridge \Telnyx \TelnyxTransportFactory::class => false ,
99100 Bridge \Termii \TermiiTransportFactory::class => false ,
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ final class Transport
9696 Bridge \Smsmode \SmsmodeTransportFactory::class,
9797 Bridge \SmsSluzba \SmsSluzbaTransportFactory::class,
9898 Bridge \SpotHit \SpotHitTransportFactory::class,
99+ Bridge \Sweego \SweegoTransportFactory::class,
99100 Bridge \Telegram \TelegramTransportFactory::class,
100101 Bridge \Telnyx \TelnyxTransportFactory::class,
101102 Bridge \Termii \TermiiTransportFactory::class,
You can’t perform that action at this time.
0 commit comments