Your Name 2 年之前
父節點
當前提交
f8640f4825
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/agent/src/Children.php

+ 1 - 1
service/agent/src/Children.php

@@ -56,7 +56,7 @@ class Children
 		return $result[0];
 	}
 
-	public function getChild(&$data, &$i, $uid, $parents, $cur, $state, $next = true)
+	private function getChild(&$data, &$i, $uid, $parents, $cur, $state, $next = true)
 	{
 		$child = Dever::db('agent/member')->select(array('parent_mid' => $uid));
 		if ($child) {