add missing comment
This commit is contained in:
parent
fc35d5fdc2
commit
ceb0e79f23
1 changed files with 6 additions and 0 deletions
|
|
@ -405,6 +405,12 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get all XP-levels for a Seminary.
|
||||
*
|
||||
* @param int $seminaryId ID of Seminary
|
||||
* @return array List of XP-levels
|
||||
*/
|
||||
public function getXPLevelsForSeminary($seminaryId)
|
||||
{
|
||||
return $this->db->query(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue