From b6b6febce2f780162c1add539b805b63bcdde4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 19:08:32 +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/Annotation.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index d5e62ef3..d50f81ff 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -115,10 +115,6 @@ class Annotation extends Component continue; } - if ($method->getName() == 'getGoods_descriptionAttribute') { - var_dump($method->getAttributes()); - } - $tmp = $this->resolveAnnotations($method, $alias, $object); $this->_classes[$reflect->getName()][$method->getName()] = $tmp;