From b65db7162a09efdd81af39b0e3fb8084478db816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Val=C3=AD=C4=8Dek?= Date: Sun, 15 Dec 2024 15:26:51 +0100 Subject: [PATCH] Add IPv6 support to TestSession --- src/Concerto/PanelBundle/Entity/TestSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerto/PanelBundle/Entity/TestSession.php b/src/Concerto/PanelBundle/Entity/TestSession.php index 04706995..d8153311 100644 --- a/src/Concerto/PanelBundle/Entity/TestSession.php +++ b/src/Concerto/PanelBundle/Entity/TestSession.php @@ -79,7 +79,7 @@ class TestSession /** * - * @ORM\Column(type="string", length=15, nullable=true) + * @ORM\Column(type="string", length=45, nullable=true) */ private $clientIp;