From 34c59de7a2ebbe8b512c1a9e5d64c676e7ca33f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 18:26:23 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index 02c7f526..03c4deee 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -139,6 +139,7 @@ class Annotation extends Component private function resolveAnnotations(ReflectionMethod $method, $alias, $object): array { $attributes = $method->getAttributes(); + $this->debug($method->getName()); if ($method->getName() == 'getGoods_descriptionAttribute') { var_dump($method, $attributes); }