예제 #1
0
 public function getByApiId($id)
 {
     $game = Game::where('api_id', $id)->with('videos', 'creators', 'series')->first();
     return $game;
 }