debug change directory
This commit is contained in:
parent
5d8efab159
commit
b6c80c295c
|
@ -15,8 +15,8 @@ class Configuration implements ConfigurationInterface
|
|||
*/
|
||||
public function getConfigTreeBuilder()
|
||||
{
|
||||
$treeBuilder = new TreeBuilder();
|
||||
$root = $treeBuilder->root('bluesquare/storage');
|
||||
$treeBuilder = new TreeBuilder('bluesquare/storage');
|
||||
$root = $treeBuilder->root('storage');
|
||||
$root->useAttributeAsKey('storage_name')
|
||||
->prototype('array')
|
||||
->children()
|
||||
|
|
Loading…
Reference in New Issue