This commit is contained in:
2021-02-23 15:02:35 +08:00
parent d63cdfa39a
commit 37b6170dba
3 changed files with 223 additions and 221 deletions
-1
View File
@@ -164,7 +164,6 @@ 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);
}