Skip to content

Commit 2d594b4

Browse files
committed
[Security] Allow user providers to be defined in many files
1 parent bd35b2f commit 2d594b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/MainConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ private function addProvidersSection(ArrayNodeDefinition $rootNode)
321321
),
322322
'my_entity_provider' => array('entity' => array('class' => 'SecurityBundle:User', 'property' => 'username')),
323323
))
324-
->disallowNewKeysInSubsequentConfigs()
325324
->isRequired()
326325
->requiresAtLeastOneElement()
327326
->useAttributeAsKey('name')

0 commit comments

Comments
 (0)