Skip to content

Commit e46748e

Browse files
Symfony5の対応を行った。
1 parent 13e6ac7 commit e46748e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class Configuration implements ConfigurationInterface
2222
*/
2323
public function getConfigTreeBuilder()
2424
{
25-
$treeBuilder = new TreeBuilder();
26-
$treeBuilder->root('phpmentors_composite_password_authentication');
25+
$treeBuilder = new TreeBuilder('phpmentors_composite_password_authentication');
26+
$treeBuilder->getRootNode();
2727

2828
return $treeBuilder;
2929
}

0 commit comments

Comments
 (0)