From 0d2c829b768e75ad1bfd3f4135de31af7e22e65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 17:48:28 +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/Model/Get.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Annotation/Model/Get.php b/Annotation/Model/Get.php index fe19739f..d24de19f 100644 --- a/Annotation/Model/Get.php +++ b/Annotation/Model/Get.php @@ -15,7 +15,9 @@ use Attribute; { - public function __construct() + public function __construct( + public string $name + ) { }