belongsToMany(Country::class, 'tour_countries', 'tour_id', 'country_id'); } }