8000 bug #965 Do not use validator.cache and serializer.cache anymore (Ene… · symfony/symfony-standard@a382060 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit a382060

Browse files
committed
bug #965 Do not use validator.cache and serializer.cache anymore (Ener-Getick)
This PR was merged into the 3.1-dev branch. Discussion ---------- Do not use validator.cache and serializer.cache anymore ``framework.serializer.cache`` has been deprecated in symfony/symfony#18630 in favor of the new caching system. see symfony/symfony#18630 Commits ------- e7a2085 Use the new cache system configuration
2 parents c20cbaa + e7a2085 commit a382060

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)
0