'string' ]; public function game(){ return $this->belongsToMany(Game::class, 'game_genres', 'genre_id', 'game_id'); } }