debug change directory

This commit is contained in:
2019-02-21 12:55:49 +01:00
parent cccb7af889
commit 5d8efab159

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()