Skip to content

Commit

Permalink
[FrameworkBundle] Fix session.attribute_bag service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Apr 20, 2020
1 parent 62565a1 commit 76072c6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,7 +41,8 @@
<service id="Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface" alias="session.flash_bag" />

<service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag">
<factory service="session" method="getAttributeBag"/>
<factory service="session" method="getBag"/>
<argument>attributes</argument>
</service>

<service id="session.storage.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage">
Expand Down

0 comments on commit 76072c6

Please sign in to comment.