Skip to content

Commit da247c8

Browse files
committed
bug #40378 Changing ZulipTransportFactory tag to prevent the exception UnsupportedSchemeException (big-r81)
This PR was merged into the 5.2 branch. Discussion ---------- Changing ZulipTransportFactory tag to prevent the exception UnsupportedSchemeException | Q | A | ------------- | --- | Branch? | 5.2 <!-- see below --> | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #40374 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Changing ZulipTransportFactory to 'chatter.transport_factory' to prevent the exception UnsupportedSchemeException "The "zulip" scheme is not supported." Commits ------- 61c5baf Update notifier_transports.php
2 parents f72d516 + 61c5baf commit da247c8

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
->set('notifier.transport_factory.zulip', ZulipTransportFactory::class)
9191
->parent('notifier.transport_factory.abstract')
92-
->tag('texter.transport_factory')
92+
->tag('chatter.transport_factory')
9393

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

0 commit comments

Comments
 (0)