Fix Contragent serializer type in Customer
This commit is contained in:
parent
92a0e575d4
commit
585d86c998
@ -79,7 +79,7 @@ class Customer
|
|||||||
*
|
*
|
||||||
* @Serializer\Groups({"get"})
|
* @Serializer\Groups({"get"})
|
||||||
* @Serializer\SerializedName("contragent")
|
* @Serializer\SerializedName("contragent")
|
||||||
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Model\Contragent")
|
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Contragent")
|
||||||
*/
|
*/
|
||||||
public $contragent;
|
public $contragent;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user