Ejemplo n.º 1
0
 public function getById($id)
 {
     $gender = Gender::with('translations')->find($id);
     return $gender;
 }