Files
kiri-core/Annotation/Route/Document.php
T

21 lines
215 B
PHP
Raw Normal View History

2020-12-18 11:35:35 +08:00
<?php
namespace Annotation\Route;
/**
* Class Document
* @package Annotation\Route
*/
#[\Attribute(\Attribute::TARGET_METHOD)] class Document
{
public function __construct(
public array $docs
)
{
}
}