From c205486423cd5b3f59b37f95ea8daee0e7213393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 22 Oct 2014 23:08:27 +0200 Subject: [PATCH] Enable the Serializer --- app/config/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/config.yml b/app/config/config.yml index 25f6647196..7f66229c40 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -13,6 +13,7 @@ framework: form: ~ csrf_protection: ~ validation: { enable_annotations: true } + serializer: { enabled: true } templating: engines: ['twig'] #assets_version: SomeVersionScheme