We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa1c72 commit 264208fCopy full SHA for 264208f
Resources/config/session.xml
@@ -41,7 +41,8 @@
41
<service id="Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface" alias="session.flash_bag" />
42
43
<service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag">
44
- <factory service="session" method="getAttributeBag"/>
+ <factory service="session" method="getBag"/>
45
+ <argument>attributes</argument>
46
</service>
47
48
<service id="session.storage.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage">
0 commit comments