debug change directory

This commit is contained in:
Cyprian Beauvois 2019-02-21 12:56:18 +01:00
parent 5d8efab159
commit b6c80c295c
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ class Configuration implements ConfigurationInterface
*/ */
public function getConfigTreeBuilder() public function getConfigTreeBuilder()
{ {
$treeBuilder = new TreeBuilder(); $treeBuilder = new TreeBuilder('bluesquare/storage');
$root = $treeBuilder->root('bluesquare/storage'); $root = $treeBuilder->root('storage');
$root->useAttributeAsKey('storage_name') $root->useAttributeAsKey('storage_name')
->prototype('array') ->prototype('array')
->children() ->children()