Files
kiri-router/src/Inject/Interceptor.php
T

15 lines
140 B
PHP
Raw Normal View History

2023-04-15 23:29:27 +08:00
<?php
namespace Kiri\Inject\Route;
#[\Attribute(\Attribute::TARGET_METHOD)]
class Interceptor
{
public function __construct()
{
}
}