From d4d4d8a4e8b6e62e6c6e509c8223725c3cd60712 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 15 Jan 2017 06:33:54 +0300 Subject: [PATCH] DTO.Api.PostsPage.yml hasNext property mapping fix. --- .../Resources/config/serializer/DTO.Api.PostsPage.yml | 3 +++ 1 file changed, 3 insertions(+) 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 491e8dd..81df04d 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 @@ -5,3 +5,6 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\PostsPage: posts: type: 'array' max_depth: 3 + hasNext: + serialized_name: 'has_next' + type: bool