Files
kiri-router/src/Annotate/Interceptor.php
T
2023-04-16 20:36:47 +08:00

16 lines
168 B
PHP

<?php
declare(strict_types=1);
namespace Kiri\Router\Annotate;
#[\Attribute(\Attribute::TARGET_METHOD)]
class Interceptor
{
public function __construct()
{
}
}