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 @@ -28,6 +28,10 @@ class UnsupportedSchemeException extends LogicException
28
28
'class ' => Bridge \Bandwidth \BandwidthTransportFactory::class,
29
29
'package ' => 'symfony/bandwidth-notifier ' ,
30
30
],
31
+ 'bluesky ' => [
32
+ 'class ' => Bridge \Bluesky \BlueskyTransportFactory::class,
33
+ 'package ' => 'symfony/bluesky-notifier ' ,
34
+ ],
31
35
'brevo ' => [
32
36
'class ' => Bridge \Brevo \BrevoTransportFactory::class,
33
37
'package ' => 'symfony/brevo-notifier ' ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public static function setUpBeforeClass(): void
29
29
Bridge \AllMySms \AllMySmsTransportFactory::class => false ,
30
30
Bridge \AmazonSns \AmazonSnsTransportFactory::class => false ,
31
31
Bridge \Bandwidth \BandwidthTransportFactory::class => false ,
32
+ Bridge \Bluesky \BlueskyTransportFactory::class => false ,
32
33
Bridge \Brevo \BrevoTransportFactory::class => false ,
33
34
Bridge \Chatwork \ChatworkTransportFactory::class => false ,
34
35
Bridge \Clickatell \ClickatellTransportFactory::class => false ,
@@ -117,6 +118,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
117
118
yield ['allmysms ' , 'symfony/all-my-sms-notifier ' ];
118
119
yield ['sns ' , 'symfony/amazon-sns-notifier ' ];
119
120
yield ['bandwidth ' , 'symfony/bandwidth-notifier ' ];
121
+ yield ['bluesky ' , 'symfony/bluesky-notifier ' ];
120
122
yield ['brevo ' , 'symfony/brevo-notifier ' ];
121
123
yield ['clickatell ' , 'symfony/clickatell-notifier ' ];
122
124
yield ['clicksend ' , 'symfony/click-send-notifier ' ];
You can’t perform that action at this time.
0 commit comments