From da75f5b17fa86e39a8b8b86936cfd350e728a417 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 15 Nov 2021 11:32:57 +0100 Subject: [PATCH] personHasCenter validation removed from Person entity --- src/Bundle/ChillPersonBundle/Entity/Person.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Entity/Person.php b/src/Bundle/ChillPersonBundle/Entity/Person.php index 5e521b60a..1d60164ae 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Person.php +++ b/src/Bundle/ChillPersonBundle/Entity/Person.php @@ -64,9 +64,6 @@ use Chill\PersonBundle\Validator\Constraints\Household\HouseholdMembershipSequen * @DiscriminatorMap(typeProperty="type", mapping={ * "person"=Person::class * }) - * @PersonHasCenter( - * groups={"general", "creation"} - * ) * @HouseholdMembershipSequential( * groups={"household_memberships"} * )