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

10 lines
155 B
PHP
Raw Normal View History

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