10 lines
155 B
PHP
10 lines
155 B
PHP
<?php
|
|
|
|
namespace Http\Handler\Annotation;
|
|
|
|
use Annotation\Attribute;
|
|
|
|
#[\Attribute(\Attribute::TARGET_CLASS)] class ControllerTarget extends Attribute
|
|
{
|
|
}
|