Skip to content

Commit 47e495b

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: When overriding `session` service definition, make it public
2 parents 5aa86ac + 31d13c5 commit 47e495b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

session.rst

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``:
180180
181181
# config/services.yaml
182182
session:
183+
public: true
183184
class: Symfony\Component\HttpFoundation\Session\Session
184185
arguments: ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']
185186

0 commit comments

Comments
 (0)