This commit is contained in:
2020-12-15 17:02:43 +08:00
parent b54710f2a3
commit 4699ca29af
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -121,7 +121,6 @@ class Annotation extends Component
$names[$attribute->getName()] = $this->instance($attribute);
}
var_dump($reflect->getName(), $method->getName());
$tmp['handler'] = [$object, $method->getName()];
$tmp['attributes'] = $names;