File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ class UnsupportedSchemeException extends LogicException
36
36
'class ' => Bridge \Clickatell \ClickatellTransportFactory::class,
37
37
'package ' => 'symfony/clickatell-notifier ' ,
38
38
],
39
+ 'clicksend ' => [
40
+ 'class ' => Bridge \ClickSend \ClickSendTransportFactory::class,
41
+ 'package ' => 'symfony/click-send-notifier ' ,
42
+ ],
39
43
'contact-everyone ' => [
40
44
'class ' => Bridge \ContactEveryone \ContactEveryoneTransportFactory::class,
41
45
'package ' => 'symfony/contact-everyone-notifier ' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ public static function setUpBeforeClass(): void
31
31
Bridge \Bandwidth \BandwidthTransportFactory::class => false ,
32
32
Bridge \Chatwork \ChatworkTransportFactory::class => false ,
33
33
Bridge \Clickatell \ClickatellTransportFactory::class => false ,
34
+ Bridge \ClickSend \ClickSendTransportFactory::class => false ,
34
35
Bridge \ContactEveryone \ContactEveryoneTransportFactory::class => false ,
35
36
Bridge \Discord \DiscordTransportFactory::class => false ,
36
37
Bridge \Engagespot \EngagespotTransportFactory::class => false ,
@@ -111,6 +112,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
111
112
yield ['sns ' , 'symfony/amazon-sns-notifier ' ];
112
113
yield ['bandwidth ' , 'symfony/bandwidth-notifier ' ];
113
114
yield ['clickatell ' , 'symfony/clickatell-notifier ' ];
115
+ yield ['clicksend ' , 'symfony/click-send-notifier ' ];
114
116
yield ['contact-everyone ' , 'symfony/contact-everyone-notifier ' ];
115
117
yield ['discord ' , 'symfony/discord-notifier ' ];
116
118
yield ['esendex ' , 'symfony/esendex-notifier ' ];
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ final class Transport
33
33
Bridge \Bandwidth \BandwidthTransportFactory::class,
34
34
Bridge \Chatwork \ChatworkTransportFactory::class,
35
35
Bridge \Clickatell \ClickatellTransportFactory::class,
36
+ Bridge \ClickSend \ClickSendTransportFactory::class,
36
37
Bridge \ContactEveryone \ContactEveryoneTransportFactory::class,
37
38
Bridge \Discord \DiscordTransportFactory::class,
38
39
Bridge \Engagespot \EngagespotTransportFactory::class,
You can’t perform that action at this time.
0 commit comments