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
104
104
'class ' => Bridge \Mercure \MercureTransportFactory::class,
105
105
'package ' => 'symfony/mercure-notifier ' ,
106
106
],
107
+ 'gitter ' => [
108
+ 'class ' => Bridge \Gitter \GitterTransportFactory::class,
109
+ 'package ' => 'symfony/gitter-notifier ' ,
110
+ ],
107
111
];
108
112
109
113
/**
Original file line number Diff line number Diff line change 17
17
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
18
18
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
19
19
use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
20
+ use Symfony \Component \Notifier \Bridge \Gitter \GitterTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \Infobip \InfobipTransportFactory ;
21
22
use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
22
23
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
@@ -70,6 +71,7 @@ class Transport
70
71
DiscordTransportFactory::class,
71
72
GatewayApiTransportFactory::class,
72
73
OctopushTransportFactory::class,
74
+ GitterTransportFactory::class,
73
75
];
74
76
75
77
private $ factories ;
You can’t perform that action at this time.
0 commit comments