modify plugin name

This commit is contained in:
2022-03-01 14:19:48 +08:00
parent 0b9d570871
commit 875cbe08db
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ use Kiri\Annotation\AbstractAttribute;
/**
* @param Method $method
* @param RequestMethod $method
* @param string $path
* @param string|null $version
*/
public function __construct(Method $method, string $path, string $version = null)
public function __construct(RequestMethod $method, string $path, string $version = null)
{
}