改名
This commit is contained in:
@@ -353,11 +353,7 @@ class Node extends HttpService
|
|||||||
*/
|
*/
|
||||||
public function annotationInject(string $className, string $action): Node
|
public function annotationInject(string $className, string $action): Node
|
||||||
{
|
{
|
||||||
var_export($action);
|
|
||||||
$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