File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ class UnsupportedSchemeException extends LogicException
5454 'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
5555 'package ' => 'symfony/ovhcloud-notifier ' ,
5656 ],
57+ 'sinch ' => [
58+ 'class ' => Bridge \Sinch \SinchTransportFactory::class,
59+ 'package ' => 'symfony/sinch-notifier ' ,
60+ ],
5761 ];
5862
5963 /**
Original file line number Diff line number Diff line change 1616use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
1717use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
1818use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
19+ use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
1920use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
2021use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
2122use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
@@ -46,6 +47,7 @@ class Transport
4647 TwilioTransportFactory::class,
4748 OvhCloudTransportFactory::class,
4849 FirebaseTransportFactory::class,
50+ SinchTransportFactory::class,
4951 ];
5052
5153 private $ factories ;
You can’t perform that action at this time.
0 commit comments