From 35d970f613c36f07bbc2d8f78d57dcdce2203303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 18 Dec 2020 16:46:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Route/Document.php b/Annotation/Route/Document.php index aa91814d..a486ba07 100644 --- a/Annotation/Route/Document.php +++ b/Annotation/Route/Document.php @@ -25,7 +25,7 @@ namespace Annotation\Route; public function __construct( - public array $params, + public array $request, public array $response ) {