Fixing missing Message::$rcid mapping for recommendations without comment.
This commit is contained in:
parent
4707b41f27
commit
f2b423ad8c
|
@ -32,6 +32,9 @@ Skobkin\Bundle\PointToolsBundle\DTO\Api\WebSocket\Message:
|
||||||
private:
|
private:
|
||||||
type: bool
|
type: bool
|
||||||
serialized_name: 'private'
|
serialized_name: 'private'
|
||||||
|
rcid:
|
||||||
|
type: int
|
||||||
|
serialized_name: 'rcid'
|
||||||
tags:
|
tags:
|
||||||
type: array<string>
|
type: array<string>
|
||||||
serialized_name: 'tags'
|
serialized_name: 'tags'
|
||||||
|
|
Loading…
Reference in a new issue