Skip to content

Commit

Permalink
[FrameworkBundle] Fix fragment.uri_generator definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 6, 2021
1 parent 345eb75 commit eaae450
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@
])

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

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

0 comments on commit eaae450

Please sign in to comment.