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
8888 'class ' => Bridge \Discord \DiscordTransportFactory::class,
8989 'package ' => 'symfony/discord-notifier ' ,
9090 ],
91+ 'gatewayapi ' => [
92+ 'class ' => Bridge \GatewayApi \GatewayApiTransportFactory::class,
93+ 'package ' => 'symfony/gatewayapi-notifier ' ,
94+ ],
9195 ];
9296
9397 /**
Original file line number Diff line number Diff line change 1515use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
1616use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
1717use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
18+ use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
1819use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
1920use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
2021use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
@@ -64,6 +65,7 @@ class Transport
6465 EsendexTransportFactory::class,
6566 SendinblueTransportFactory::class,
6667 DiscordTransportFactory::class,
68+ GatewayApiTransportFactory::class,
6769 ];
6870
6971 private $ factories ;
You can’t perform that action at this time.
0 commit comments