* Rename function.

This commit is contained in:
Yagami
2020-11-13 16:48:07 +08:00
parent ca280c6ab4
commit c0b7a35108
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1024,7 +1024,7 @@ class programModel extends model
* @access public
* @return void
*/
public function getPRJPairsByTemplate($model, $programID = 0)
public function getPRJPairsByModel($model, $programID = 0)
{
return $this->dao->select('id, name')->from(TABLE_PROGRAM)
->where('type')->eq('project')