Skip to content

Commit 8f0630a

Browse files
committed
[FrameworkBundle] Deprecate flashbag and attributebag services
1 parent c533327 commit 8f0630a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``:
182182
session:
183183
public: true
184184
class: Symfony\Component\HttpFoundation\Session\Session
185-
arguments: ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']
185+
arguments: ['@session.storage', '@session.namespacedattributebag']
186186
187187
session.namespacedattributebag:
188188
class: Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag

0 commit comments

Comments
 (0)