<?php
namespace App\Validator;
use Symfony\Component\Validator\Constraint;
class CustomerEmail extends Constraint
{
public $message = 'A megadott e-mail "{{ value }}" cím már szerepel az adatbázisban';
}