Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3a2ded

Browse filesBrowse files
committed
bug #57348 [Notifier][Brevo] change type from chatter to texter (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Notifier][Brevo] change type from chatter to texter | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #57347 | License | MIT Commits ------- be348f2 change notifier type for brevo from chatter to texter
2 parents 322e7e4 + be348f2 commit a3a2ded
Copy full SHA for a3a2ded

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.