diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php index 2398dc882..dff34e540 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php @@ -11,6 +11,8 @@ declare(strict_types=1); namespace Chill\PersonBundle\Validator\Constraints\Person; +use Symfony\Component\Validator\Constraint; + #[\Attribute(\Attribute::TARGET_CLASS)] class PersonHasCenter extends Constraint {