File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
$ chatterFactories = [
29
29
'bluesky ' => Bridge \Bluesky \BlueskyTransportFactory::class,
30
- 'brevo ' => Bridge \Brevo \BrevoTransportFactory::class,
31
30
'chatwork ' => Bridge \Chatwork \ChatworkTransportFactory::class,
32
31
'discord ' => Bridge \Discord \DiscordTransportFactory::class,
33
32
'fake-chat ' => Bridge \FakeChat \FakeChatTransportFactory::class,
59
58
$ texterFactories = [
60
59
'all-my-sms ' => Bridge \AllMySms \AllMySmsTransportFactory::class,
61
60
'bandwidth ' => Bridge \Bandwidth \BandwidthTransportFactory::class,
61
+ 'brevo ' => Bridge \Brevo \BrevoTransportFactory::class,
62
62
'click-send ' => Bridge \ClickSend \ClickSendTransportFactory::class,
63
63
'clickatell ' => Bridge \Clickatell \ClickatellTransportFactory::class,
64
64
'contact-everyone ' => Bridge \ContactEveryone \ContactEveryoneTransportFactory::class,
You can’t perform that action at this time.
0 commit comments