belongsTo(Continent::class); } public function tours(): BelongsToMany { return $this->belongsToMany(Tour::class, 'tour_countries', 'country_id', 'tour_id'); } }