From f57fdb2b4c1f2c0bcc474da4174f93bcbeaccd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 28 Aug 2024 12:32:19 +0200 Subject: [PATCH] Add missing import --- .../Validator/Constraints/Person/PersonHasCenter.php | 2 ++ 1 file changed, 2 insertions(+) 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 {