This commit is contained in:
2024-03-01 14:46:50 +08:00
parent e0ac89c1ea
commit adc310cf21
18 changed files with 21 additions and 1 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
namespace Kiri\Router\Validator;
#[\Attribute(\Attribute::TARGET_PROPERTY)]
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY)]
class Ignoring
{