Componentalization

This commit is contained in:
2025-09-16 22:01:42 +10:00
parent e965cc2780
commit 91771e9573
19 changed files with 1683 additions and 223 deletions

View File

@@ -20,7 +20,7 @@ class TourCountrySeeder extends Seeder
\DB::table('tour_countries')->insert([
['tour_id' => $tourMap['cantonese_charm'], 'country_id' => $countryMap['china']],
['tour_id' => $tourMap['fujianese_fantasy'], 'country_id' => $countryMap['china']],
['tour_id' => $tourMap['hebei_hijinx'], 'country_id' => $countryMap['china']],
['tour_id' => $tourMap['hebei_harmony'], 'country_id' => $countryMap['china']],
]);
}