siren nullable sur champs user.siren (ref #110)
This commit is contained in:
parent
6c1648e184
commit
ab3d712a93
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue