add missing comment

This commit is contained in:
coderkun 2014-04-25 22:46:28 +02:00
commit ceb0e79f23

View file

@ -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(