DTO.Api.PostsPage.yml hasNext property mapping fix.

This commit is contained in:
Alexey Skobkin 2017-01-15 06:33:54 +03:00
parent 492a34c084
commit d4d4d8a4e8
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\PostsPage:
posts:
type: 'array<Skobkin\Bundle\PointToolsBundle\DTO\Api\MetaPost>'
max_depth: 3
hasNext:
serialized_name: 'has_next'
type: bool