This commit is contained in:
2020-09-18 19:27:13 +08:00
parent 81073d7fe7
commit 558e72f413
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ class Annotation extends BaseAnnotation
if (!$this->isLegitimate($events)) {
continue;
}
var_dump($this->getName($annotation, $events));
$this->push($this->getName($annotation, $events), [$controller, $methodName]);
}
}