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

10 lines
104 B
PHP
Raw Normal View History

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