debug
This commit is contained in:
parent
401b73f92c
commit
8a0f853a41
|
@ -18,6 +18,7 @@ class Configuration implements ConfigurationInterface
|
|||
$treeBuilder = new TreeBuilder();
|
||||
$root = $treeBuilder->root('storage');
|
||||
$root->useAttributeAsKey('storage_name')
|
||||
->prototype('array')
|
||||
->children()
|
||||
->scalarNode('type')->end()
|
||||
->scalarNode('bucket')->end()
|
||||
|
|
Loading…
Reference in New Issue