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"} * )