debug
This commit is contained in:
parent
8a0f853a41
commit
b3ba36ea5b
|
@ -19,11 +19,12 @@ class Configuration implements ConfigurationInterface
|
||||||
$root = $treeBuilder->root('storage');
|
$root = $treeBuilder->root('storage');
|
||||||
$root->useAttributeAsKey('storage_name')
|
$root->useAttributeAsKey('storage_name')
|
||||||
->prototype('array')
|
->prototype('array')
|
||||||
->children()
|
->children()
|
||||||
->scalarNode('type')->end()
|
->scalarNode('type')->end()
|
||||||
->scalarNode('bucket')->end()
|
->scalarNode('bucket')->end()
|
||||||
->scalarNode('region')->end()
|
->scalarNode('region')->end()
|
||||||
->scalarNode('endpoint')->end()
|
->scalarNode('endpoint')->end()
|
||||||
|
->end()
|
||||||
->end()
|
->end()
|
||||||
->end();
|
->end();
|
||||||
return ($treeBuilder);
|
return ($treeBuilder);
|
||||||
|
|
Loading…
Reference in New Issue