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