Skip to content
Snippets Groups Projects
Commit 30b33954 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

renamed obsolete function

parent 11b15605
No related branches found
No related tags found
No related merge requests found
Pipeline #227930 passed
...@@ -44,7 +44,7 @@ class Configuration implements ConfigurationInterface ...@@ -44,7 +44,7 @@ class Configuration implements ConfigurationInterface
$ldapNode->append($attributesNode); $ldapNode->append($attributesNode);
$rootNode->append($ldapNode); $rootNode->append($ldapNode);
$rootNode->append(PersonPostEventSubscriber::getConfigNode()); $rootNode->append(PersonPostEventSubscriber::getLocalDataMappingConfigNodeDefinition());
return $treeBuilder; return $treeBuilder;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment