We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19bce1 commit f3749beCopy full SHA for f3749be
src/contracts/Resources/config/framework.yaml
@@ -5,7 +5,7 @@ parameters:
5
framework:
6
test: true
7
session:
8
- storage_id: session.storage.mock_file
+ storage_factory_id: session.storage.factory.mock_file
9
cache:
10
app: cache.adapter.array
11
router:
src/contracts/Resources/config/security.yaml
@@ -5,4 +5,3 @@ security:
firewalls:
main:
- anonymous: ~
0 commit comments