Skip to content

Commit 971a137

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Notifier] [Lox24] Fix request body format to JSON string inject the missing logger service fix handling of special "value" constraint option send the recipient phone number as an array [DependencyInjection] Fix ternary in AutowireCallable attribute [Security] Change to `BadCredentialsException` when empty username / password Add a note about the change in the default cache namespace generation to the upgrade guide fix test Fix CS [Messenger] Added postgres asset filter integration test change notifier type for brevo from chatter to texter avoid calling undefined built-in is_*() functions [AssetMapper] fix npm version constraint conversion Bump Symfony version to 7.1.2 Update VERSION for 7.1.1 Update CHANGELOG for 7.1.1
2 parents 933208d + a2c2e3c commit 971a137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/notifier_transports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
$chatterFactories = [
2929
'bluesky' => Bridge\Bluesky\BlueskyTransportFactory::class,
30-
'brevo' => Bridge\Brevo\BrevoTransportFactory::class,
3130
'chatwork' => Bridge\Chatwork\ChatworkTransportFactory::class,
3231
'discord' => Bridge\Discord\DiscordTransportFactory::class,
3332
'fake-chat' => Bridge\FakeChat\FakeChatTransportFactory::class,
@@ -59,6 +58,7 @@
5958
$texterFactories = [
6059
'all-my-sms' => Bridge\AllMySms\AllMySmsTransportFactory::class,
6160
'bandwidth' => Bridge\Bandwidth\BandwidthTransportFactory::class,
61+
'brevo' => Bridge\Brevo\BrevoTransportFactory::class,
6262
'click-send' => Bridge\ClickSend\ClickSendTransportFactory::class,
6363
'clickatell' => Bridge\Clickatell\ClickatellTransportFactory::class,
6464
'contact-everyone' => Bridge\ContactEveryone\ContactEveryoneTransportFactory::class,

0 commit comments

Comments
 (0)