personHasCenter validation removed from Person entity

This commit is contained in:
Julie Lenaerts 2021-11-15 11:32:57 +01:00
parent 5606b714cd
commit da75f5b17f

View File

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