8000 minor #13477 [FrameworkBundle] Deprecate flashbag and attributebag se… · symfony/symfony-docs@32f8f82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32f8f82

Browse files
committed
minor #13477 [FrameworkBundle] Deprecate fla 8000 shbag and attributebag services (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- [FrameworkBundle] Deprecate flashbag and attributebag services Fixes #13467. Commits ------- 8f0630a [FrameworkBundle] Deprecate flashbag and attributebag services
2 parents 39cea6e + 8f0630a commit 32f8f82

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)
0