Files
kiri-core/http-handler/Annotation/ControllerTarget.php
T

10 lines
155 B
PHP
Raw Normal View History

2021-09-17 18:55:08 +08:00
<?php
namespace Http\Handler\Annotation;
use Annotation\Attribute;
#[\Attribute(\Attribute::TARGET_CLASS)] class ControllerTarget extends Attribute
{
}