Skip to content

Commit e4a1602

Browse files
committed
Updated root node name in DoctrineOrmConfiguration
1 parent 82415de commit e4a1602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extension/DoctrineOrmConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DoctrineOrmConfiguration implements ConfigurationInterface
2222
public function getConfigTreeBuilder()
2323
{
2424
$treeBuilder = new TreeBuilder();
25-
$rootNode = $treeBuilder->root('doctrine');
25+
$rootNode = $treeBuilder->root('doctrine_orm');
2626

2727
$rootNode
2828
->children()

0 commit comments

Comments
 (0)