fix visibility of method getEnteredStationsForQuestAndGroup()
This commit is contained in:
parent
e761971458
commit
dd6d14c651
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@
|
|||
* @param int $groupId ID of Character group
|
||||
* @return array List of Station
|
||||
*/
|
||||
private function getEnteredStationsForQuestAndGroup($questId, $groupId)
|
||||
public function getEnteredStationsForQuestAndGroup($questId, $groupId)
|
||||
{
|
||||
return $this->getStationsForQuestAndGroup($questId, $groupId, self::STATUS_ENTERED);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue