Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 094b459

Browse filesBrowse files
committed
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 ------- 615bcae [FrameworkBundle] Fix messenger.receiver_locator service definition
2 parents 4c9fce8 + 615bcae commit 094b459
Copy full SHA for 094b459

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</service>
5858

5959
<!-- Discovery -->
60-
<service id="messenger.receiver_locator">
60+
<service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
6161
<tag name="container.service_locator" />
6262
<argument type="collection" />
6363
</service>
@@ -82,7 +82,7 @@
8282
</service>
8383

8484
<!-- retry -->
85-
<service id="messenger.retry_strategy_locator">
85+
<service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
8686
<tag name="container.service_locator" />
8787
<argument type="collection" />
8888
</service>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.