改名
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
namespace Annotation\Route;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class Document
|
||||||
|
* @package Annotation\Route
|
||||||
|
*/
|
||||||
|
#[\Attribute(\Attribute::TARGET_METHOD)] class Document
|
||||||
|
{
|
||||||
|
|
||||||
|
public function __construct(
|
||||||
|
public array $docs
|
||||||
|
)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user