Your Name 2 years ago
parent
commit
f8640f4825
1 changed files with 1 additions and 1 deletions
  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) {