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); }