Example #1
0
 public function getPuzzles($limit = 100)
 {
     return Puzzle::getPuzzles($limit);
 }