Skip to content

Commit

Permalink
Symfony5の対応を行った。
Browse files Browse the repository at this point in the history
  • Loading branch information
MasaakiYoshida committed Jul 19, 2022
1 parent fad9a8d commit ddd20b5
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 ddd20b5

Please sign in to comment.