mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
PHP CS Fixer updated (3.59.3 -> v3.63.1)
This commit is contained in:
@@ -12,7 +12,7 @@ declare(strict_types=1);
|
||||
namespace Chill\PersonBundle\Validator\Constraints\Person;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||||
class PersonHasCenter extends \Symfony\Component\Validator\Constraint
|
||||
class PersonHasCenter extends Constraint
|
||||
{
|
||||
public string $message = 'A center is required';
|
||||
|
||||
|
Reference in New Issue
Block a user