Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Security] Allow user providers to be defined in many files
  • Loading branch information
lyrixx committed Sep 25, 2015
1 parent 87b66a1 commit 9165191
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -321,7 +321,6 @@ private function addProvidersSection(ArrayNodeDefinition $rootNode)
),
'my_entity_provider' => array('entity' => array('class' => 'SecurityBundle:User', 'property' => 'username')),
))
->disallowNewKeysInSubsequentConfigs()
->isRequired()
->requiresAtLeastOneElement()
->useAttributeAsKey('name')
Expand Down

0 comments on commit 9165191

Please sign in to comment.