改名
This commit is contained in:
@@ -277,7 +277,7 @@ class Node extends HttpService
|
|||||||
throw new Exception('method ' . $action . ' not exists at ' . $controller . '.');
|
throw new Exception('method ' . $action . ' not exists at ' . $controller . '.');
|
||||||
}
|
}
|
||||||
|
|
||||||
static::annotationInject($this, $reflect->getName(), $action);
|
$this->annotationInject($reflect->getName(), $action);
|
||||||
|
|
||||||
return [$reflect->newInstance(), $action];
|
return [$reflect->newInstance(), $action];
|
||||||
} catch (Throwable $exception) {
|
} catch (Throwable $exception) {
|
||||||
|
|||||||
Reference in New Issue
Block a user