add missing comment
This commit is contained in:
parent
72ab7505be
commit
7a5635ba94
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)
|
public function getXPLevelsForSeminary($seminaryId)
|
||||||
{
|
{
|
||||||
return $this->db->query(
|
return $this->db->query(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue