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 8925dc7

Browse filesBrowse files
committed
minor #40716 [FrameworkBundle] Fix fragment.uri_generator definition (dunglas)
This PR was merged into the 5.3-dev branch. Discussion ---------- [FrameworkBundle] Fix fragment.uri_generator definition | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a | License | MIT | Doc PR | n/a Fix for a bug I introduced in #40575 (missing service). Commits ------- eaae450 [FrameworkBundle] Fix fragment.uri_generator definition
2 parents 345eb75 + eaae450 commit 8925dc7
Copy full SHA for 8925dc7

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
])
3535

3636
->set('fragment.uri_generator', FragmentUriGenerator::class)
37-
->args([param('fragment.path'), service('uri_signer')])
37+
->args([param('fragment.path'), service('uri_signer'), service('request_stack')])
3838
->alias(FragmentUriGeneratorInterface::class, 'fragment.uri_generator')
3939

4040
->set('fragment.renderer.inline', InlineFragmentRenderer::class)

0 commit comments

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