From e93dab01717cefbb40a64c794ce3d1955a93e41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 5 May 2018 20:58:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=8A=82=E7=82=B9=E8=AF=BB=E5=8F=96=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/NodeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/NodeService.php b/extend/service/NodeService.php index 18b085158..c21584d47 100644 --- a/extend/service/NodeService.php +++ b/extend/service/NodeService.php @@ -129,7 +129,7 @@ class NodeService } foreach (get_class_methods($className) as $funcName) { if (strpos($funcName, '_') !== 0 && $funcName !== 'initialize') { - $nodes[] = self::parseNodeStr("{$matches[1]}/{$matches[2]}/") . strtolower($funcName); + $nodes[] = self::parseNodeStr("{$matches[1]}/{$matches[2]}") . '/' . strtolower($funcName); } } }