8000 Merge branch '5.3' into 5.4 · symfony/symfony-docs@4b34ea2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b34ea2

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Twig] Fix global variable name in XML config
2 parents 2620b49 + c8fdee6 commit 4b34ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating/global_variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ the ``@`` character, which is the usual syntax to
9292
9393
<twig:config>
9494
<!-- ... -->
95-
<twig:global key="foo" id="App\Generator\UuidGenerator" type="service"/>
95+
<twig:global key="uuid" id="App\Generator\UuidGenerator" type="service"/>
9696
</twig:config>
9797
</container>
9898

0 commit comments

Comments
 (0)
0