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

16 lines
163 B
PHP

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