This commit is contained in:
2021-06-08 11:40:24 +08:00
parent 2b9d09f835
commit 52823100af
-4
View File
@@ -353,11 +353,7 @@ class Node extends HttpService
*/
public function annotationInject(string $className, string $action): Node
{
var_export($action);
$annotation = annotation()->getMethods($className, $action);
if ($action == 'xiaqi') {
var_export($annotation);
}
if (empty($annotation)) {
return $this;
}