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.
2 parents 7033f1e + 264208f commit ff42a07Copy full SHA for ff42a07
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