Skip to content

Commit 7ee78ce

Browse files
committed
minor #334 Use cache.adapter.apcu instead of deprecated validator and serializer (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Use cache.adapter.apcu instead of deprecated validator and serializer According to the symfony/symfony-standard#965 Commits ------- 10146d8 Use cache.adapter.apcu instead of deprecated validator and serializer
2 parents 15fce4a + 10146d8 commit 7ee78ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/config/config_prod.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ imports:
22
- { resource: config.yml }
33

44
#framework:
5-
# validation:
6-
# cache: validator.mapping.cache.doctrine.apc
7-
# serializer:
8-
# cache: serializer.mapping.cache.apc
5+
# cache:
6+
# system: cache.adapter.apcu
97

108
#doctrine:
119
# orm:

0 commit comments

Comments
 (0)