8000 [SecurityBundle] Add missing argument to security.authentication.prov… · symfony/symfony@58c08c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58c08c6

Browse files
[SecurityBundle] Add missing argument to security.authentication.provider.simple
1 parent ad30087 commit 58c08c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
<argument /> <!-- Simple Authenticator -->
211211
<argument /> <!-- User Provider -->
212212
<argument /> <!-- Provider-shared Key -->
213+
<argument /> <!-- User Checker -->
213214
</service>
214215

215216
<service id="security.authentication.provider.pre_authenticated" class="Symfony\Component\Security\Core\Authentication\Provider\PreAuthenticatedAuthenticationProvider" abstract="true">

0 commit comments

Comments
 (0)
0