remove regex

This commit is contained in:
Pol Dellaiera
2022-02-22 12:52:09 +01:00
parent 37e38436a8
commit 7ad78fbce1
2 changed files with 0 additions and 9 deletions

View File

@@ -372,9 +372,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
* The person's mobile phone number.
*
* @ORM\Column(type="text")
* @Assert\Regex(
* pattern="/^([\+{1}])([0-9\s*]{4,20})$/",
* )
* @PhonenumberConstraint(
* type="mobile",
* )
@@ -430,9 +427,6 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
* The person's phonenumber.
*
* @ORM\Column(type="text", nullable=true)
* @Assert\Regex(
* pattern="/^([\+{1}])([0-9\s*]{4,20})$/",
* )
* @PhonenumberConstraint(
* type="landline",
* )