This commit is contained in:
2023-12-15 16:14:39 +08:00
parent 3a18c031c8
commit 085cb64241
45 changed files with 610 additions and 628 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Kiri\Router\Validator;
#[\Attribute(\Attribute::TARGET_PROPERTY)]
class Ignoring
{
}