Files
kiri-core/http-handler/Annotation/ControllerTarget.php
T
2021-09-17 18:55:08 +08:00

10 lines
155 B
PHP

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