Skip to content

Commit

Permalink
minor #13477 [FrameworkBundle] Deprecate flashbag and attributebag se…
Browse files Browse the repository at this point in the history
…rvices (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
  • Loading branch information
javiereguiluz committed Apr 3, 2020
2 parents 39cea6e + 8f0630a commit 32f8f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``:
session:
public: true
class: Symfony\Component\HttpFoundation\Session\Session
arguments: ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']
arguments: ['@session.storage', '@session.namespacedattributebag']
session.namespacedattributebag:
class: Symfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag
Expand Down

0 comments on commit 32f8f82

Please sign in to comment.