nineskeletor/src/Validator/Grouplabel.php

14 lines
201 B
PHP
Executable File

<?php
namespace App\Validator;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*/
class Grouplabel extends Constraint
{
public $message = 'Caractères interdit dans ce label';
}