<?php
declare(strict_types=1);
namespace App\Constraints;
use Symfony\Component\Validator\Constraint;
class UrlNotAllowed extends Constraint
{
}