Files
kiri-core/Annotation/Route/Document.php
T
2020-12-18 11:35:35 +08:00

21 lines
215 B
PHP

<?php
namespace Annotation\Route;
/**
* Class Document
* @package Annotation\Route
*/
#[\Attribute(\Attribute::TARGET_METHOD)] class Document
{
public function __construct(
public array $docs
)
{
}
}