Add unique assert to confirmation code for mobile numbers
This commit is contained in:
parent
fa4950d254
commit
ea3aac788a
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ use Symfony\Component\Validator\Constraints as Assert;
|
||||||
/**
|
/**
|
||||||
* @ORM\Entity
|
* @ORM\Entity
|
||||||
* @ORM\Table(name="mobile_number")
|
* @ORM\Table(name="mobile_number")
|
||||||
|
* @UniqueEntity("id")
|
||||||
|
* @UniqueEntity("confirm_code")
|
||||||
*/
|
*/
|
||||||
class MobileNumber
|
class MobileNumber
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue