<?php
namespace Kiri\Router\Validator;
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY)]
class Ignoring
{
}