1
0
mirror of synced 2024-11-21 12:56:08 +03:00

Add contact to store reference model (#213)

This commit is contained in:
Andrey Belikin 2024-10-18 10:08:15 +03:00 committed by GitHub
parent cdca2b6d6d
commit 16cdc6ce49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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