fix visibility of method getEnteredStationsForQuestAndGroup()
This commit is contained in:
parent
2e6315134f
commit
1b19187587
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
Reference in a new issue