File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Symfony/Component/Notifier 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
2828 'class ' => Bridge \Bandwidth \BandwidthTransportFactory::class,
2929 'package ' => 'symfony/bandwidth-notifier ' ,
3030 ],
31+ 'bluesky ' => [
32+ 'class ' => Bridge \Bluesky \BlueskyTransportFactory::class,
33+ 'package ' => 'symfony/bluesky-notifier ' ,
34+ ],
3135 'brevo ' => [
3236 'class ' => Bridge \Brevo \BrevoTransportFactory::class,
3337 'package ' => 'symfony/brevo-notifier ' ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public static function setUpBeforeClass(): void
2929 Bridge \AllMySms \AllMySmsTransportFactory::class => false ,
3030 Bridge \AmazonSns \AmazonSnsTransportFactory::class => false ,
3131 Bridge \Bandwidth \BandwidthTransportFactory::class => false ,
32+ Bridge \Bluesky \BlueskyTransportFactory::class => false ,
3233 Bridge \Brevo \BrevoTransportFactory::class => false ,
3334 Bridge \Chatwork \ChatworkTransportFactory::class => false ,
3435 Bridge \Clickatell \ClickatellTransportFactory::class => false ,
@@ -117,6 +118,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
117118 yield ['allmysms ' , 'symfony/all-my-sms-notifier ' ];
118119 yield ['sns ' , 'symfony/amazon-sns-notifier ' ];
119120 yield ['bandwidth ' , 'symfony/bandwidth-notifier ' ];
121+ yield ['bluesky ' , 'symfony/bluesky-notifier ' ];
120122 yield ['brevo ' , 'symfony/brevo-notifier ' ];
121123 yield ['clickatell ' , 'symfony/clickatell-notifier ' ];
122124 yield ['clicksend ' , 'symfony/click-send-notifier ' ];
You can’t perform that action at this time.
0 commit comments