Ejemplo n.º 1
0
 public function getAll()
 {
     return Score::limit(200)->with(['translations'])->get();
 }