This commit is contained in:
2021-02-22 19:32:14 +08:00
parent f2fea52cae
commit ca7218c97e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -152,6 +152,7 @@ class Annotation extends Component
continue;
}
var_dump($tmp);
$this->_classes[$reflect->getName()][$method->getName()] = $tmp;
}
$this->resolveProperty($reflect, $object);