Skip to content

Commit 4fc9e30

Browse files
committed
minor #311 Use non-deprecated APC validator and serializer service names (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Use non-deprecated APC validator and serializer service names According to the symfony/symfony-standard#901 . Commits ------- ffd6aea Use non-deprecated APC validator and serializer service names
2 parents 0f4b86a + ffd6aea commit 4fc9e30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/config/config_prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ imports:
33

44
#framework:
55
# validation:
6-
# cache: apc
6+
# cache: validator.mapping.cache.doctrine.apc
7+
# serializer:
8+
# cache: serializer.mapping.cache.doctrine.apc
79

810
#doctrine:
911
# orm:

0 commit comments

Comments
 (0)