Skip to content

Commit b72426d

Browse files
author
Douglas Greenshields
committed
make sure the address renderer gets its contextual locale from the locale provider service
1 parent cd5d02b commit b72426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
arguments:
8585
- @markup_addressing.twig.provider
8686
- @markup_addressing.address.template.provider
87-
- %locale%
87+
- @markup_addressing.locale_provider
8888
markup_addressing.address.extension.public:
8989
class: Markup\Addressing\Twig\Extension\AddressExtension
9090
arguments:

0 commit comments

Comments
 (0)