Rework Site and top level tables

This commit is contained in:
Deon George
2021-12-17 14:59:55 +11:00
parent b4e569ccc8
commit 99a62828f5
8 changed files with 192 additions and 282 deletions

View File

@@ -24,6 +24,6 @@ class CountryTableSeeder extends Seeder
$oo = Currency::where('iso_code','AUD')->firstOrFail();
$oo->countries()->save($o);
$oo->country()->save($o);
}
}