改名
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user