Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong TreeBuilderName #5

Closed
netbrothers-sw opened this issue Nov 17, 2022 · 0 comments · Fixed by #8
Closed

Wrong TreeBuilderName #5

netbrothers-sw opened this issue Nov 17, 2022 · 0 comments · Fixed by #8
Labels
bug Something isn't working

Comments

@netbrothers-sw
Copy link
Contributor

  • src/DependencyInjection/Configuration.php uses wrong TreeBuilderName:

$treeBuilder = new TreeBuilder('netbrothers_nblogin');

should be

$treeBuilder = new TreeBuilder('netbrothers_syncacc');

@netbrothers-sw netbrothers-sw added the bug Something isn't working label Nov 17, 2022
@netbrothers-sw netbrothers-sw linked a pull request Aug 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant