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

Commit e7a2085

Browse files
committed
Use the new cache system configuration
see symfony/symfony#18630
1 parent c20cbaa commit e7a2085

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)