Files
nineskeletor/src/Validator/Grouplabel.php
Arnaud Fornerot b78f54b76c
All checks were successful
Cadoles/nineskeletor/pipeline/pr-master This commit looks good
fix(continuous-integration): correction php-cs-fixer
2022-09-23 16:14:15 +02:00

14 lines
201 B
PHP

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