src/Validator/CustomerEmail.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\Validator;
  3. use Symfony\Component\Validator\Constraint;
  4. class CustomerEmail extends Constraint
  5. {
  6.     public $message 'A megadott e-mail "{{ value }}" cím már szerepel az adatbázisban';
  7. }