1
0
Fork 0
mirror of synced 2025-04-03 13:53:39 +03:00

Add contact to store reference model

This commit is contained in:
a.belikin 2024-10-17 14:54:49 +03:00
parent cdca2b6d6d
commit af837759c1

View file

@ -91,6 +91,14 @@ class Store
*/
public $phone;
/**
* @var string
*
* @JMS\Type("string")
* @JMS\SerializedName("contact")
*/
public $contact;
/**
* @var string
*