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 @@ -88,6 +88,10 @@ class UnsupportedSchemeException extends LogicException
88
88
'class ' => Bridge \Discord \DiscordTransportFactory::class,
89
89
'package ' => 'symfony/discord-notifier ' ,
90
90
],
91
+ 'gatewayapi ' => [
92
+ 'class ' => Bridge \GatewayApi \GatewayApiTransportFactory::class,
93
+ 'package ' => 'symfony/gatewayapi-notifier ' ,
94
+ ],
91
95
];
92
96
93
97
/**
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
16
16
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
18
+ use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
18
19
use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
@@ -64,6 +65,7 @@ class Transport
64
65
EsendexTransportFactory::class,
65
66
SendinblueTransportFactory::class,
66
67
DiscordTransportFactory::class,
68
+ GatewayApiTransportFactory::class,
67
69
];
68
70
69
71
private $ factories ;
You can’t perform that action at this time.
0 commit comments