siren nullable sur champs user.siren (ref #110)

This commit is contained in:
afornerot 2020-04-06 09:50:31 +02:00
parent 6c1648e184
commit ab3d712a93
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class User implements UserInterface, \Serializable
private $authlevel;
/**
* @ORM\Column(type="string", length=9)
* @ORM\Column(type="string", length=9, nullable=true)
*/
private $siren;