Skip to content

Commit

Permalink
[DoctrineMongoDBBundle] Changing root node name for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 9, 2011
1 parent 7c13e68 commit 68d478f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ class Configuration
public function getConfigTree()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('doctrinemongodb', 'array');
$rootNode = $treeBuilder->root('doctrine_mongo_db', 'array');

$this->addSingleDocumentManagerSection($rootNode);
$this->addDocumentManagersSection($rootNode);
Expand Down

0 comments on commit 68d478f

Please sign in to comment.