This commit is contained in:
2021-01-19 17:54:45 +08:00
parent 0d2c829b76
commit fc3eba8a23
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ class Annotation extends Component
}
foreach ($this->_classes[$className] as $_method => $class) {
if ($method == $_method) {
return [$class];
return [$class, $_method];
}
}
return [];