修改 NodeAnnotation 命名标准
This commit is contained in:
@@ -14,11 +14,11 @@ class NodeService
|
||||
* @throws \Doctrine\Common\Annotations\AnnotationException
|
||||
* @throws \ReflectionException
|
||||
*/
|
||||
public function getNodelist()
|
||||
public function getNodeList()
|
||||
{
|
||||
$basePath = base_path() . 'admin' . DIRECTORY_SEPARATOR . 'controller';
|
||||
$baseNamespace = "app\admin\controller";
|
||||
$nodeList = (new Node($basePath, $baseNamespace))->getNodelist();
|
||||
$nodeList = (new Node($basePath, $baseNamespace))->getNodeList();
|
||||
return $nodeList;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user