Your Name 3 년 전
부모
커밋
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) {