Skip to content

Commit a66f5b7

Browse files
committed
[TwigComponent] Remove wrongly added configuration
This configuration parameter has been added by mistake in 0284c0a#diff-d57f69d9cc81e78af30634d1b88a735542ffb1c98c782269abb604a85b727ce1R189-R191 I checked everywhere in this component and there is no usage of it (it seems to come from a Stimulus config copy/paste during the 6.4 ~~chaos~~ rush)
1 parent 3962582 commit a66f5b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ public function getConfigTreeBuilder(): TreeBuilder
182182
->scalarNode('anonymous_template_directory')
183183
->info('Defaults to `components`')
184184
->end()
185-
->scalarNode('controllers_json')
186-
->defaultValue('%kernel.project_dir%/assets/controllers.json')
187-
->end()
188185
->end();
189186

190187
return $treeBuilder;

0 commit comments

Comments
 (0)