Update API code to work with Presentation Moderators collection (+N)

Allow to presentation to have more than one single moderator

Change-Id: I89ca267ee3462835aa23aea45bfad36d3d5b34f6
This commit is contained in:
Sebastian Marcet
2019-02-11 14:46:58 -03:00
committed by smarcet
parent ce9c70dd20
commit 812519f220
47 changed files with 966 additions and 635 deletions

View File

@@ -37,7 +37,7 @@ interface ISpeakerRepository extends IBaseRepository
/**
* @param Member $member
* @return PresentationSpeaker
* @return Speaker
*/
public function getByMember(Member $member);
}