This commit is contained in:
2021-01-19 18:26:23 +08:00
parent 6efc64d0bf
commit 34c59de7a2
+1
View File
@@ -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);
}