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 @@ -92,6 +92,10 @@ class UnsupportedSchemeException extends LogicException
9292 'class ' => Bridge \GatewayApi \GatewayApiTransportFactory::class,
9393 'package ' => 'symfony/gatewayapi-notifier ' ,
9494 ],
95+ 'octopush ' => [
96+ 'class ' => Bridge \Octopush \OctopushTransportFactory::class,
97+ 'package ' => 'symfony/octopush-notifier ' ,
98+ ],
9599 ];
96100
97101 /**
Original file line number Diff line number Diff line change 2121use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
2222use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
2323use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
24+ use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
2425use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
2526use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
2627use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
@@ -66,6 +67,7 @@ class Transport
6667 SendinblueTransportFactory::class,
6768 DiscordTransportFactory::class,
6869 GatewayApiTransportFactory::class,
70+ OctopushTransportFactory::class,
6971 ];
7072
7173 private $ factories ;
You can’t perform that action at this time.
0 commit comments