* Refactor createStakeholder method.

This commit is contained in:
tianshujie
2023-09-14 16:18:39 +08:00
parent 7f6ef80940
commit 6f53619e74
+2 -1
View File
@@ -490,13 +490,14 @@ class program extends control
}
/**
* 创建项目集干系人。
* Create program stakeholder.
*
* @param int $programID
* @access public
* @return void
*/
public function createStakeholder($programID = 0)
public function createStakeholder(int $programID = 0)
{
return print($this->fetch('stakeholder', 'create', "objectID=$programID"));
}