add a render template for entity ThirdParty

This commit is contained in:
2020-01-23 21:10:33 +01:00
parent 5bc1a1a7b2
commit b761c8a21d
7 changed files with 137 additions and 47 deletions

View File

@@ -72,7 +72,7 @@ class ThirdParty
* @var string|null
*
* @ORM\Column(name="email", type="string", length=255, nullable=true)
* @Assert\Email(checkMX=true)
* @Assert\Email(checkMX=false)
*/
private $email;