minor #40816 [FrameworkBundle] Fix missing class in messenger service locator definitions (chalasr)

This PR was merged into the 4.4 branch.

Discussion
----------

[FrameworkBundle] Fix missing class in messenger service locator definitions

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Should make travis green once merged up to 5.x.

Commits
-------

615bcaef08 [FrameworkBundle] Fix messenger.receiver_locator service definition
This commit is contained in:
Robin Chalas 2021-04-14 15:09:38 +02:00
commit 094b45992c

View File

@ -57,7 +57,7 @@
</service>
<!-- Discovery -->
<service id="messenger.receiver_locator">
<service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator" />
<argument type="collection" />
</service>
@ -82,7 +82,7 @@
</service>
<!-- retry -->
<service id="messenger.retry_strategy_locator">
<service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
<tag name="container.service_locator" />
<argument type="collection" />
</service>