This commit is contained in:
2023-04-16 20:36:47 +08:00
parent 8ea9cb20ab
commit 027efbe75e
15 changed files with 22 additions and 22 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace Kiri\Router\Annotate;
#[\Attribute(\Attribute::TARGET_METHOD)]
class Interceptor
{
public function __construct()
{
}
}