Fixed url deserialization in getFileById() method
This commit is contained in:
parent
90182f9389
commit
50af31b04d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace RetailCrm\Mg\Bot\Model\Response;
|
||||
|
||||
use JMS\Serializer\Annotation\SerializedName;
|
||||
use JMS\Serializer\Annotation\Accessor;
|
||||
use JMS\Serializer\Annotation\SkipWhenEmpty;
|
||||
use JMS\Serializer\Annotation\Type;
|
||||
|
@ -55,6 +56,7 @@ class FullFileResponse implements ModelInterface
|
|||
* @var string $url
|
||||
*
|
||||
* @Type("string")
|
||||
* @SerializedName("Url")
|
||||
* @Accessor(getter="getUrl",setter="setUrl")
|
||||
* @SkipWhenEmpty()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue