* Change userModel::getProductMembers from private to protected, it's used in excel.

This commit is contained in:
liumengyi
2024-03-01 11:02:11 +08:00
parent 2ca95d685b
commit bed23c698b
+3 -3
View File
@@ -1968,11 +1968,11 @@ class userModel extends model
* 获取产品的所属团队和干系人。
* Get product teams and stakeholders.
*
* @param array $allProducts
* @access private
* @param array $allProducts
* @access protected
* @return array
*/
private function getProductMembers(array $allProducts): array
protected function getProductMembers(array $allProducts): array
{
/* Get product and project relation. */
$projectProducts = array();