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

Commit 3561a7c

Browse files
dunglasfabpot
authored andcommitted
Serializer groups support
1 parent 919fb17 commit 3561a7c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ framework:
1313
form: ~
1414
csrf_protection: ~
1515
validation: { enable_annotations: true }
16+
#serializer: { enable_annotations: true }
1617
templating:
1718
engines: ['twig']
1819
#assets_version: SomeVersionScheme

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.apc
7+
# serializer:
8+
# cache: serializer.mapping.cache.apc
79

810
#doctrine:
911
# orm:

0 commit comments

Comments
 (0)