nineskeletor/src/Validator/Grouplabel.php

12 lines
199 B
PHP
Raw Normal View History

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