This commit is contained in:
2020-12-18 16:45:12 +08:00
parent bc05d3de16
commit 2ed277a033
+2 -1
View File
@@ -25,7 +25,8 @@ namespace Annotation\Route;
public function __construct(
public array $docs
public array $params,
public array $response
)
{
}