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

Merge pull request #8 from gridnevalex/fix_contragent_serializer_type

Fix Contragent serializer type in Customer
This commit is contained in:
Kruglov Kirill 2020-09-09 10:07:00 +03:00 committed by GitHub
commit 2a7b2d7238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;