* Rename some functions after code review.

This commit is contained in:
dingguodong
2021-07-01 15:55:20 +08:00
parent 688890ee84
commit d4d8185131
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -776,7 +776,7 @@ class gitlabModel extends model
* @access public
* @return void
*/
public function saveRelation($products, $gitlabID, $gitlabProjectID)
public function saveProjectRelation($products, $gitlabID, $gitlabProjectID)
{
$programs = $this->dao->select('id,program')->from(TABLE_PRODUCT)->where('id')->in($products)->fetchPairs();