Files
kiri-router/src/Inject/Interceptor.php
T
2023-04-16 01:24:30 +08:00

16 lines
166 B
PHP

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