Skip to content

Commit 8028700

Browse files
authored
[FrameworkBundle] Remove "framework.session.storage_factory_id" since its already the default value (#1231)
1 parent 544ff21 commit 8028700

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

symfony/framework-bundle/6.4/config/packages/framework.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ framework:
1212
handler_id: null
1313
cookie_secure: auto
1414
cookie_samesite: lax
15-
storage_factory_id: session.storage.factory.native
1615

1716
#esi: true
1817
#fragments: true

symfony/framework-bundle/7.0/config/packages/framework.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ framework:
1010
handler_id: null
1111
cookie_secure: auto
1212
cookie_samesite: lax
13-
storage_factory_id: session.storage.factory.native
1413

1514
#esi: true
1615
#fragments: true

0 commit comments

Comments
 (0)