File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1163,7 +1163,7 @@ needs to be enabled in the config:
1163
1163
1164
1164
# app/config/config.yml
1165
1165
services :
1166
- twig.extension.debug :
1166
+ acme_hello. twig.extension.debug :
1167
1167
class : Twig_Extensions_Extension_Debug
1168
1168
tags :
1169
1169
- { name: 'twig.extension' }
@@ -1172,7 +1172,7 @@ needs to be enabled in the config:
1172
1172
1173
1173
<!-- app/config/config.xml -->
1174
1174
<services >
1175
- <service id =" twig.extension.debug" class =" Twig_Extensions_Extension_Debug" >
1175
+ <service id =" acme_hello. twig.extension.debug" class =" Twig_Extensions_Extension_Debug" >
1176
1176
<tag name =" twig.extension" />
1177
1177
</service >
1178
1178
</services >
@@ -1184,7 +1184,7 @@ needs to be enabled in the config:
1184
1184
1185
1185
$definition = new Definition('Twig_Extensions_Extension_Debug');
1186
1186
$definition->addTag('twig.extension');
1187
- $container->setDefinition('twig.extension.debug', $definition);
1187
+ $container->setDefinition('acme_hello. twig.extension.debug', $definition);
1188
1188
1189
1189
1190
1190
Template parameters can then be dumped using the ``debug `` tag:
You can’t perform that action at this time.
0 commit comments