Skip to content

Commit

Permalink
add abstract back in to the session listener
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvandeweghe committed Jun 7, 2020
1 parent 00557bd commit 224e65a
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -60,7 +60,8 @@
</service>

<service id="security.listener.session"
class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener"
abstract="true">
<argument type="service" id="security.authentication.session_strategy" />
</service>

Expand Down

0 comments on commit 224e65a

Please sign in to comment.