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