12 lines
118 B
PHP
12 lines
118 B
PHP
<?php
|
|
|
|
namespace Kiri\Router\Validator;
|
|
|
|
|
|
use Attribute;
|
|
|
|
#[Attribute(Attribute::TARGET_PROPERTY)]
|
|
class Ignoring
|
|
{
|
|
|
|
} |