debug change directory

This commit is contained in:
2019-02-21 13:00:02 +01:00
parent b6c80c295c
commit 85e147c8e8
2 changed files with 4 additions and 1 deletions

View File

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