Files
nineskeletor/src/Validator/Grouplabel.php

14 lines
201 B
PHP
Raw Normal View History

2022-07-21 16:15:47 +02:00
<?php
2022-07-21 16:15:47 +02:00
namespace App\Validator;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*/
class Grouplabel extends Constraint
{
public $message = 'Caractères interdit dans ce label';
}