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
108
108
'class ' => Bridge \Gitter \GitterTransportFactory::class,
109
109
'package ' => 'symfony/gitter-notifier ' ,
110
110
],
111
+ 'clickatell ' => [
112
+ 'class ' => Bridge \Clickatell \ClickatellTransportFactory::class,
113
+ 'package ' => 'symfony/clickatell-notifier ' ,
114
+ ],
111
115
];
112
116
113
117
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Notifier ;
13
13
14
14
use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
15
+ use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
15
16
use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
16
17
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
17
18
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
@@ -72,6 +73,7 @@ class Transport
72
73
GatewayApiTransportFactory::class,
73
74
OctopushTransportFactory::class,
74
75
GitterTransportFactory::class,
76
+ ClickatellTransportFactory::class,
75
77
];
76
78
77
79
private $ factories ;
You can’t perform that action at this time.
0 commit comments