Files
kiri-core/http-core/Handler/Annotation/ControllerTarget.php
T
2021-10-25 18:25:14 +08:00

10 lines
155 B
PHP

<?php
namespace Http\Handler\Annotation;
use Annotation\Attribute;
#[\Attribute(\Attribute::TARGET_CLASS)] class ControllerTarget extends Attribute
{
}