From 7c5f1f1ee8c8f491b7d4702044d63ba1e033b0f4 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 15 Jan 2017 16:51:29 +0300 Subject: [PATCH] DTO.Api.PostsPage.yml invalid type mapping fix. --- .../Resources/config/serializer/DTO.Api.PostsPage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Resources/config/serializer/DTO.Api.PostsPage.yml b/src/Skobkin/Bundle/PointToolsBundle/Resources/config/serializer/DTO.Api.PostsPage.yml index 81df04d..40ab540 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Resources/config/serializer/DTO.Api.PostsPage.yml +++ b/src/Skobkin/Bundle/PointToolsBundle/Resources/config/serializer/DTO.Api.PostsPage.yml @@ -7,4 +7,4 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\PostsPage: max_depth: 3 hasNext: serialized_name: 'has_next' - type: bool + type: boolean