Skip to content

Commit a4ee3db

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Backport psr/container 1.1/2.0 compatibility Update notifier_transports.php Dont lock tables or start transactions Bump Symfony version to 5.2.5 Update VERSION for 5.2.4 Update CHANGELOG for 5.2.4 Bump Symfony version to 4.4.21 Update VERSION for 4.4.20 Update CONTRIBUTORS for 4.4.20 Update CHANGELOG for 4.4.20
2 parents a04a2a7 + 0a1852f commit a4ee3db

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
@@ -105,7 +105,7 @@
105105

106106
->set('notifier.transport_factory.zulip', ZulipTransportFactory::class)
107107
->parent('notifier.transport_factory.abstract')
108-
->tag('texter.transport_factory')
108+
->tag('chatter.transport_factory')
109109

110110
->set('notifier.transport_factory.infobip', InfobipTransportFactory::class)
111111
->parent('notifier.transport_factory.abstract')

0 commit comments

Comments
 (0)