Skip to content

Commit

Permalink
Updated root node name in DoctrineOrmConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-sommer committed Jan 5, 2015
1 parent 82415de commit e4a1602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/DoctrineOrmConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DoctrineOrmConfiguration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('doctrine');
$rootNode = $treeBuilder->root('doctrine_orm');

$rootNode
->children()
Expand Down

0 comments on commit e4a1602

Please sign in to comment.