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
92
92
'class ' => Bridge \GatewayApi \GatewayApiTransportFactory::class,
93
93
'package ' => 'symfony/gatewayapi-notifier ' ,
94
94
],
95
+ 'octopush ' => [
96
+ 'class ' => Bridge \Octopush \OctopushTransportFactory::class,
97
+ 'package ' => 'symfony/octopush-notifier ' ,
98
+ ],
95
99
];
96
100
97
101
/**
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
22
22
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
23
23
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
24
+ use Symfony \Component \Notifier \Bridge \Octopush \OctopushTransportFactory ;
24
25
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
25
26
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
26
27
use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
@@ -66,6 +67,7 @@ class Transport
66
67
SendinblueTransportFactory::class,
67
68
DiscordTransportFactory::class,
68
69
GatewayApiTransportFactory::class,
70
+ OctopushTransportFactory::class,
69
71
];
70
72
71
73
private $ factories ;
You can’t perform that action at this time.
0 commit comments