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()
{
$treeBuilder = new TreeBuilder();
$root = $treeBuilder->root('storage');
$root = $treeBuilder->root('bluesquare/storage');
$root->useAttributeAsKey('storage_name')
->prototype('array')
->children()