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 3962582 commit a66f5b7Copy full SHA for a66f5b7
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -182,9 +182,6 @@ public function getConfigTreeBuilder(): TreeBuilder
182
->scalarNode('anonymous_template_directory')
183
->info('Defaults to `components`')
184
->end()
185
- ->scalarNode('controllers_json')
186
- ->defaultValue('%kernel.project_dir%/assets/controllers.json')
187
- ->end()
188
->end();
189
190
return $treeBuilder;
0 commit comments