public function syncCountries(Tour $tour, array $countryIds) { $tour->countries()->sync($countryIds); }