From 0449b7e1bbb101e6ccc8286c4da7e86a9fe462a3 Mon Sep 17 00:00:00 2001 From: tsantos Date: Thu, 2 Aug 2018 23:41:16 -0300 Subject: [PATCH] Remove templates in favor of bundle's doc page --- .../1.0/config/packages/tsantos_serializer.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml b/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml index 53a5fa84..d3ab1594 100644 --- a/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml +++ b/tsantos/serializer-bundle/1.0/config/packages/tsantos_serializer.yaml @@ -1,6 +1,4 @@ +# Read the official documentation page of this bundle for further information about all possible configurations. +# http://tsantos-serializer-bundle.readthedocs.io/ tsantos_serializer: generation_strategy: file_not_exists -# mapping: -# paths: -# - { namespace: "App\\Entity", path: "%kernel.project_dir%/src/Entity" } -# - { namespace: "App\\Document", path: "%kernel.project_dir%/config/serializer" }