From bed23c698b66db3d1e39b420736e29dea9b63b22 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 1 Mar 2024 11:02:11 +0800 Subject: [PATCH] * Change userModel::getProductMembers from private to protected, it's used in excel. --- module/user/model.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/user/model.php b/module/user/model.php index 298140585f..8546a94a00 100644 --- a/module/user/model.php +++ b/module/user/model.php @@ -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();