This commit is contained in:
2021-09-17 18:55:08 +08:00
parent fc41341e3b
commit 1aabda2074
11 changed files with 428 additions and 1 deletions
@@ -0,0 +1,9 @@
<?php
namespace Http\Handler\Annotation;
use Annotation\Attribute;
#[\Attribute(\Attribute::TARGET_CLASS)] class ControllerTarget extends Attribute
{
}