File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ public function getConfigTreeBuilder(): TreeBuilder
155
155
->always (function ($ v ) {
156
156
foreach ($ v as $ namespace => $ defaults ) {
157
157
if (!str_ends_with ($ namespace , '\\' )) {
158
- throw new InvalidConfigurationException (sprintf ('The twig_component.defaults namespace "%s" is invalid: it must end in a "\" ' , $ namespace ));
158
+ throw new InvalidConfigurationException (sprintf ('The twig_component.defaults namespace "%s" is invalid: it must end in a "\". ' , $ namespace ));
159
159
}
160
160
}
161
161
@@ -182,9 +182,6 @@ public function getConfigTreeBuilder(): TreeBuilder
182
182
->scalarNode ('anonymous_template_directory ' )
183
183
->info ('Defaults to `components` ' )
184
184
->end ()
185
- ->scalarNode ('controllers_json ' )
186
- ->defaultValue ('%kernel.project_dir%/assets/controllers.json ' )
187
- ->end ()
188
185
->end ();
189
186
190
187
return $ treeBuilder ;
You can’t perform that action at this time.
0 commit comments