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