This commit is contained in:
2021-01-19 19:08:32 +08:00
parent a9542e1ab4
commit b6b6febce2
-4
View File
@@ -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;