Add missing import

This commit is contained in:
Julien Fastré 2024-08-28 12:32:19 +02:00
parent b57824fc7e
commit f57fdb2b4c
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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
{