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 @@ -136,6 +136,10 @@ class UnsupportedSchemeException extends LogicException
136
136
'class ' => Bridge \SmsBiuras \SmsBiurasTransportFactory::class,
137
137
'package ' => 'symfony/sms-biuras-notifier ' ,
138
138
],
139
+ 'messagebird ' => [
140
+ 'class ' => Bridge \MessageBird \MessageBirdTransportFactory::class,
141
+ 'package ' => 'symfony/message-bird-notifier ' ,
142
+ ],
139
143
];
140
144
141
145
/**
Original file line number Diff line number Diff line change 23
23
use Symfony \Component \Notifier \Bridge \Iqsms \IqsmsTransportFactory ;
24
24
use Symfony \Component \Notifier \Bridge \LightSms \LightSmsTransportFactory ;
25
25
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
26
+ use Symfony \Component \Notifier \Bridge \MessageBird \MessageBirdTransportFactory ;
26
27
use Symfony \Component \Notifier \Bridge \MicrosoftTeams \MicrosoftTeamsTransport ;
27
28
use Symfony \Component \Notifier \Bridge \Mobyt \MobytTransportFactory ;
28
29
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
@@ -80,6 +81,7 @@ class Transport
80
81
LightSmsTransportFactory::class,
81
82
MicrosoftTeamsTransport::class,
82
83
SmsBiurasTransportFactory::class,
84
+ MessageBirdTransportFactory::class,
83
85
];
84
86
85
87
private $ factories ;
You can’t perform that action at this time.
0 commit comments