From 2ed277a033d7b9fa476e52dc83397026dd8438ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 18 Dec 2020 16:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Route/Document.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Annotation/Route/Document.php b/Annotation/Route/Document.php index e1eef36d..aa91814d 100644 --- a/Annotation/Route/Document.php +++ b/Annotation/Route/Document.php @@ -25,7 +25,8 @@ namespace Annotation\Route; public function __construct( - public array $docs + public array $params, + public array $response ) { }