1
0
mirror of synced 2025-01-25 01:31:41 +03:00

Fix Contragent serializer type in Customer

This commit is contained in:
gridnev 2020-09-09 09:47:49 +03:00
parent 92a0e575d4
commit 585d86c998

View File

@ -79,7 +79,7 @@ class Customer
*
* @Serializer\Groups({"get"})
* @Serializer\SerializedName("contragent")
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Model\Contragent")
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Contragent")
*/
public $contragent;