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 c647704 commit 9901e81Copy full SHA for 9901e81
src/Extension.php
@@ -148,7 +148,7 @@ public function configure(ArrayNodeDefinition $builder)
148
->useAttributeAsKey('name')
149
->prototype('array')
150
->children()
151
- ->scalarNode('prefix')->defaultValue('src')->end()
+ ->scalarNode('prefix')->defaultValue('')->end()
152
->scalarNode('suffix')->defaultValue('.php')->end()
153
->end()
154
0 commit comments