File tree 3 files changed +7
-0
lines changed
src/Symfony/Component/Notifier
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,10 @@ class UnsupportedSchemeException extends LogicException
152
152
'class ' => Bridge \Mobyt \MobytTransportFactory::class,
153
153
'package ' => 'symfony/mobyt-notifier ' ,
154
154
],
155
+ 'novu ' => [
156
+ 'class ' => Bridge \Novu \NovuTransportFactory::class,
157
+ 'package ' => 'symfony/novu-notifier ' ,
158
+ ],
155
159
'octopush ' => [
156
160
'class ' => Bridge \Octopush \OctopushTransportFactory::class,
157
161
'package ' => 'symfony/octopush-notifier ' ,
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ public static function setUpBeforeClass(): void
60
60
Bridge \MessageMedia \MessageMediaTransportFactory::class => false ,
61
61
Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory::class => false ,
62
62
Bridge \Mobyt \MobytTransportFactory::class => false ,
63
+ Bridge \Novu \NovuTransportFactory::class => false ,
63
64
Bridge \Octopush \OctopushTransportFactory::class => false ,
64
65
Bridge \OneSignal \OneSignalTransportFactory::class => false ,
65
66
Bridge \OrangeSms \OrangeSmsTransportFactory::class => false ,
@@ -138,6 +139,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
138
139
yield ['messagemedia ' , 'symfony/message-media-notifier ' ];
139
140
yield ['microsoftteams ' , 'symfony/microsoft-teams-notifier ' ];
140
141
yield ['mobyt ' , 'symfony/mobyt-notifier ' ];
142
+ yield ['novu ' , 'symfony/novu-notifier ' ];
141
143
yield ['octopush ' , 'symfony/octopush-notifier ' ];
142
144
yield ['onesignal ' , 'symfony/one-signal-notifier ' ];
143
145
yield ['ovhcloud ' , 'symfony/ovh-cloud-notifier ' ];
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ final class Transport
62
62
Bridge \MessageMedia \MessageMediaTransportFactory::class,
63
63
Bridge \MicrosoftTeams \MicrosoftTeamsTransportFactory::class,
64
64
Bridge \Mobyt \MobytTransportFactory::class,
65
+ Bridge \Novu \NovuTransportFactory::class,
65
66
Bridge \Octopush \OctopushTransportFactory::class,
66
67
Bridge \OneSignal \OneSignalTransportFactory::class,
67
68
Bridge \OrangeSms \OrangeSmsTransportFactory::class,
You can’t perform that action at this time.
0 commit comments