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 @@ -104,6 +104,10 @@ class UnsupportedSchemeException extends LogicException
104104 'class ' => Bridge \Mercure \MercureTransportFactory::class,
105105 'package ' => 'symfony/mercure-notifier ' ,
106106 ],
107+ 'gitter ' => [
108+ 'class ' => Bridge \Gitter \GitterTransportFactory::class,
109+ 'package ' => 'symfony/gitter-notifier ' ,
110+ ],
107111 ];
108112
109113 /**
Original file line number Diff line number Diff line change 1717use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
1818use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
1919use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
20+ use Symfony \Component \Notifier \Bridge \Gitter \GitterTransportFactory ;
2021use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
2122use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
2223use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
@@ -70,6 +71,7 @@ class Transport
7071 DiscordTransportFactory::class,
7172 GatewayApiTransportFactory::class,
7273 OctopushTransportFactory::class,
74+ GitterTransportFactory::class,
7375 ];
7476
7577 private $ factories ;
You can’t perform that action at this time.
0 commit comments