8000 bug #27198 [Messenger] Fix the transport factory after moving it (sroze) · symfony/symfony@b931902 · GitHub
[go: up one dir, main page]

Skip to content

Commit b931902

Browse files
committed
bug #27198 [Messenger] Fix the transport factory after moving it (sroze)
This PR was merged into the 4.1 branch. Discussion ---------- [Messenger] Fix the transport factory after moving it | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27164 | License | MIT | Doc PR | ø `ChainTransportFactory` was renamed but the `messenger.xml` wasn't changed. Commits ------- 7a091d9 Fix the transport factory after moving it
2 parents ef2c091 + 7a091d9 commit b931902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</service>
6161

6262
<!-- transports -->
63-
<service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\Factory\ChainTransportFactory">
63+
<service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\TransportFactory">
6464
<argument type="tagged" tag="messenger.transport_factory" />
6565
</service>
6666

0 commit comments

Comments
 (0)
0