debug change directory

This commit is contained in:
Cyprian Beauvois 2019-02-21 12:55:49 +01:00
parent cccb7af889
commit 5d8efab159
1 changed files with 1 additions and 1 deletions

View File

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