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 5dcd573 commit b6b6d31Copy full SHA for b6b6d31
src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml
@@ -38,6 +38,7 @@
38
</service>
39
40
<service id="session.flash_bag" class="Symfony\Component\HttpFoundation\Session\Flash\FlashBag" />
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
0 commit comments