You've already forked symfony-storage
debug change directory
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user