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
54
54
'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
55
55
'package ' => 'symfony/ovhcloud-notifier ' ,
56
56
],
57
+ 'sinch ' => [
58
+ 'class ' => Bridge \Sinch \SinchTransportFactory::class,
59
+ 'package ' => 'symfony/sinch-notifier ' ,
60
+ ],
57
61
];
58
62
59
63
/**
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
18
18
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
19
+ use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
21
22
use Symfony \Component \Notifier \Bridge \Twilio \TwilioTransportFactory ;
@@ -46,6 +47,7 @@ class Transport
46
47
TwilioTransportFactory::class,
47
48
OvhCloudTransportFactory::class,
48
49
FirebaseTransportFactory::class,
50
+ SinchTransportFactory::class,
49
51
];
50
52
51
53
private $ factories ;
You can’t perform that action at this time.
0 commit comments