We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318466c commit 79e0ca0Copy full SHA for 79e0ca0
templating/global_variables.rst
@@ -92,7 +92,7 @@ the ``@`` character, which is the usual syntax to
92
93
<twig:config>
94
<!-- ... -->
95
- <twig:global key="uuid">@App\Generator\UuidGenerator</twig:global>
+ <twig:global key="foo" id="App\Generator\UuidGenerator" type="service"/>
96
</twig:config>
97
</container>
98
0 commit comments