Add contact to store reference model (#213)
This commit is contained in:
parent
cdca2b6d6d
commit
16cdc6ce49
@ -91,6 +91,14 @@ class Store
|
||||
*/
|
||||
public $phone;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @JMS\Type("string")
|
||||
* @JMS\SerializedName("contact")
|
||||
*/
|
||||
public $contact;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user