We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a87f commit 56a0e4aCopy full SHA for 56a0e4a
1 file changed
DependencyInjection/Configuration.php
@@ -24,11 +24,6 @@ public function getConfigTreeBuilder()
24
->scalarNode('generator_class')->defaultValue('Vivait\StringGeneratorBundle\Generator\StringGenerator')->end()
25
;
26
27
-
28
- // Here you should define the parameters that are allowed to
29
- // configure your bundle. See the documentation linked above for
30
- // more information on that topic.
31
32
return $treeBuilder;
33
}
34
0 commit comments