File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
21
21
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
22
22
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
23
+ use Symfony \Component \Notifier \Bridge \Sendinblue \SendinblueTransportFactory ;
23
24
use Symfony \Component \Notifier \Bridge \Sinch \SinchTransportFactory ;
24
25
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
25
26
use Symfony \Component \Notifier \Bridge \Smsapi \SmsapiTransportFactory ;
@@ -60,6 +61,7 @@ class Transport
60
61
MobytTransportFactory::class,
61
62
SmsapiTransportFactory::class,
62
63
EsendexTransportFactory::class,
64
+ SendinblueTransportFactory::class,
63
65
];
64
66
65
67
private $ factories ;
You can’t perform that action at this time.
0 commit comments