Skip to content

Commit

Permalink
Merge pull request #8 from netbrothers-gmbh/5-wrong-treebuildername
Browse files Browse the repository at this point in the history
🔀 BugFix TreeBuilder
  • Loading branch information
netbrothers-sw authored Aug 22, 2023
2 parents 57d7eb3 + 8aae684 commit f912593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog for NetBrothers SyncAcc
Version 0.1.0 - 22.08.2023
----------------------------------
- Replace annotations with attributes for using in Symfony ^6.3

- BugFix TreeBuilder

Version 0.0.2 - 03.02.2022
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('netbrothers_nblogin');
$treeBuilder = new TreeBuilder('netbrothers_syncacc');
$rootNode = $treeBuilder->getRootNode();
$rootNode
->children()
Expand Down

0 comments on commit f912593

Please sign in to comment.