Skip to content

Commit

Permalink
Symfony5の対応を行った。
Browse files Browse the repository at this point in the history
  • Loading branch information
MasaakiYoshida committed Jul 11, 2022
1 parent 81d5d12 commit a445d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$treeBuilder->root('phpmentors_session_configuration');
$treeBuilder = new TreeBuilder('phpmentors_session_configuration');
$treeBuilder->getRootNode();

return $treeBuilder;
}
Expand Down

0 comments on commit a445d78

Please sign in to comment.