From f4ce7056cd2ef1926f3060b924d3ff6268b5a9cf Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 27 Apr 2021 12:52:17 +0200 Subject: [PATCH] nullable ip --- src/Entity/StackOfVotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/StackOfVotes.php b/src/Entity/StackOfVotes.php index 362d9db..c169942 100755 --- a/src/Entity/StackOfVotes.php +++ b/src/Entity/StackOfVotes.php @@ -48,7 +48,7 @@ class StackOfVotes { private $owner; /** - * @ORM\Column(type="string", length=255) + * @ORM\Column(type="string", length=255, nullable=true) */ private $ip;