DTO.Api.PostsPage.yml hasNext property mapping fix.
This commit is contained in:
parent
492a34c084
commit
d4d4d8a4e8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue