From ab3d712a93082c846e5b02c36a269622d6164a1b Mon Sep 17 00:00:00 2001 From: afornerot Date: Mon, 6 Apr 2020 09:50:31 +0200 Subject: [PATCH] siren nullable sur champs user.siren (ref #110) --- src/ninegate-1.0/src/Cadoles/CoreBundle/Entity/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Entity/User.php b/src/ninegate-1.0/src/Cadoles/CoreBundle/Entity/User.php index 1e6d13af..c41e0062 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Entity/User.php +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Entity/User.php @@ -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;