Skip to content

Commit 10146d8

Browse files
committed
Use cache.adapter.apcu instead of deprecated validator and serializer
According to the symfony/symfony-standard#965
1 parent ef1ba29 commit 10146d8

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)