Files
kiri-router/src/Validator/Ignoring.php
T

12 lines
118 B
PHP
Raw Normal View History

2023-12-15 16:14:39 +08:00
<?php
namespace Kiri\Router\Validator;
2024-03-01 14:46:50 +08:00
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY)]
2023-12-15 16:14:39 +08:00
class Ignoring
{
}