From f53087fde138be3ca443cd17f849793d8034a628 Mon Sep 17 00:00:00 2001 From: uli Date: Fri, 1 Dec 2017 16:42:41 +0000 Subject: [PATCH] =?UTF-8?q?Versehentliche=20Kennzeichnung=20bei=20"birthDa?= =?UTF-8?q?te"=20als=20Datumsfeld=20wieder=20r=C3=BCckg=C3=A4ngig=20gemach?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3361 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Entity/Traveler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/trunk/src/AppBundle/Entity/Traveler.php b/trunk/src/AppBundle/Entity/Traveler.php index 1b6f26ac..76f099fb 100644 --- a/trunk/src/AppBundle/Entity/Traveler.php +++ b/trunk/src/AppBundle/Entity/Traveler.php @@ -32,7 +32,6 @@ class Traveler /** * @Assert\NotBlank() - * @Assert\Date() */ private $birthDate;