From d63cdfa39ad1c65dcc14403ccb2cf63c66ebbbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 14:59:59 +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 3f091156..7dab0a5b 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -164,6 +164,7 @@ class Annotation extends Component $object->{$value->getName()} = $annotation; } else { $name = 'set' . ucfirst($value->getName()); + var_dump($name); if (!method_exists($object, $name)) { throw new NotFindPropertyException('set property need method ' . $name); }