modifica migrations

This commit is contained in:
Mariano
2026-06-17 19:18:48 +02:00
parent 9d649180a6
commit 92ba47e99f
32 changed files with 592 additions and 498 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class ComuniSeeder extends Seeder
];
foreach ($comuni as $c) {
Comune::create($c);
Comune::firstOrCreate(['codice_istat' => $c['codice_istat']], $c);
}
}
}