From c861c48b376dea6e74f9a661abb92eab1eb07360 Mon Sep 17 00:00:00 2001 From: Tchama Date: Wed, 16 Jan 2019 16:27:35 +0100 Subject: [PATCH] hop --- Form/EventType.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Form/EventType.php b/Form/EventType.php index df4744178..042acb125 100644 --- a/Form/EventType.php +++ b/Form/EventType.php @@ -72,8 +72,7 @@ class EventType extends AbstractType ->add('name') ->add('date', ChillDateTimeType::class, array( 'required' => true - ) - ) + )) ->add('center', EntityType::class, array( 'class' => Center::class, 'choices' => $userReachableCenters,