Skip to content

Commit

Permalink
Fixed issue with missing argument in the abstract service definition …
Browse files Browse the repository at this point in the history
…for the ldap user provider
  • Loading branch information
csarrazi committed Jun 1, 2016
1 parent c7f1f78 commit 58996ac
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -127,6 +127,7 @@
<argument /> <!-- default_roles -->
<argument /> <!-- uid key -->
<argument /> <!-- filter -->
<argument /> <!-- password_attribute -->
</service>

<service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true" public="false" />
Expand Down

0 comments on commit 58996ac

Please sign in to comment.