8000 Added an alias for FlashBagInterface in config · symfony/symfony@b6b6d31 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6b6d31

Browse files
tifabiennicolas-grekas
authored andcommitted
Added an alias for FlashBagInterface in config
1 parent 5dcd573 commit b6b6d31

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</service>
3939

4040
<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" />
4142

4243
<service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag" />
4344

0 commit comments

Comments
 (0)
0