Skip to content

Commit

Permalink
allow auto_wire for SessionAuthenticationStrategy class
Browse files Browse the repository at this point in the history
  • Loading branch information
xavren committed Dec 21, 2017
1 parent a8755cc commit b36154e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,7 @@
<service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
<argument>%security.authentication.session_strategy.strategy%</argument>
</service>
<service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy" />

<service id="security.encoder_factory.generic" class="Symfony\Component\Security\Core\Encoder\EncoderFactory">
<argument type="collection" />
Expand Down

0 comments on commit b36154e

Please sign in to comment.