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