Skip to content

Commit

Permalink
[SecurityBundle] Minor fix in LDAP config tree builder
Browse files Browse the repository at this point in the history
  • Loading branch information
HeahDude committed Mar 11, 2020
1 parent d0b7445 commit 468a201
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ public function getKey()
public function addConfiguration(NodeDefinition $node)
{
$node
->fixXmlConfig('extra_field')
->fixXmlConfig('default_role')
->children()
->scalarNode('service')->isRequired()->cannotBeEmpty()->defaultValue('ldap')->end()
Expand Down

0 comments on commit 468a201

Please sign in to comment.