Fix all errors after configuration update.
[Project_proches_de_moi-server.git] / config / packages / framework.yaml
index f37ff702a0f4bfa5d0bdb7d015752e90ba1c3bae..4f592f9afb41844b24efa541e82f29d467148714 100644 (file)
@@ -28,4 +28,9 @@ framework:
 
         # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
         #app: cache.adapter.apcu
-    templating: { engines: ['twig'] } 
+
+    serializer:
+        enabled: true
+
+sensio_framework_extra:
+    view: { annotations: true }