From 29ff4ca455c008319900999104a26ea00ea05981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 20 Jan 2021 15:46:26 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Annotation/Model/Get.php b/Annotation/Model/Get.php index 91a67a19..19b46596 100644 --- a/Annotation/Model/Get.php +++ b/Annotation/Model/Get.php @@ -16,11 +16,14 @@ use Database\ActiveRecord; { + /** + * Get constructor. + * @param string $name + */ public function __construct( public string $name ) { - var_dump($this->name); }