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 @@ -108,6 +108,10 @@ class UnsupportedSchemeException extends LogicException
108108 'class ' => Bridge \Gitter \GitterTransportFactory::class,
109109 'package ' => 'symfony/gitter-notifier ' ,
110110 ],
111+ 'clickatell ' => [
112+ 'class ' => Bridge \Clickatell \ClickatellTransportFactory::class,
113+ 'package ' => 'symfony/clickatell-notifier ' ,
114+ ],
111115 ];
112116
113117 /**
Original file line number Diff line number Diff line change 1212namespace Symfony \Component \Notifier ;
1313
1414use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
15+ use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
1516use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
1617use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
1718use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
@@ -72,6 +73,7 @@ class Transport
7273 GatewayApiTransportFactory::class,
7374 OctopushTransportFactory::class,
7475 GitterTransportFactory::class,
76+ ClickatellTransportFactory::class,
7577 ];
7678
7779 private $ factories ;
You can’t perform that action at this time.
0 commit comments