改名
This commit is contained in:
@@ -354,6 +354,9 @@ class Node extends HttpService
|
|||||||
public function annotationInject(string $className, string $action): Node
|
public function annotationInject(string $className, string $action): Node
|
||||||
{
|
{
|
||||||
$annotation = annotation()->getMethods($className, $action);
|
$annotation = annotation()->getMethods($className, $action);
|
||||||
|
if ($action == 'xiaqi') {
|
||||||
|
var_export($annotation);
|
||||||
|
}
|
||||||
if (empty($annotation)) {
|
if (empty($annotation)) {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user