mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
nullable ip
This commit is contained in:
parent
4bf2625908
commit
f4ce7056cd
@ -48,7 +48,7 @@ class StackOfVotes {
|
||||
private $owner;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string", length=255)
|
||||
* @ORM\Column(type="string", length=255, nullable=true)
|
||||
*/
|
||||
private $ip;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user