8000 Correct ZulipTransportFactory tag · big-r81/symfony@0dd78da · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dd78da

Browse files
authored
Correct ZulipTransportFactory tag
Changing ZulipTransportFactory to 'chatter.transport_factory' to prevent the exception UnsupportedSchemeException "The "zulip" scheme is not supported." Fixing symfony#40374
1 parent c656ef9 commit 0dd78da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0