示例#1
0
 /**
  * @param $projectId
  */
 public function getMembers($projectId)
 {
     return $this->repository->find($projectId)->members;
 }