Fixes for CI/CD
This commit is contained in:
@@ -22,7 +22,7 @@ class CountryTableSeeder extends Seeder
|
||||
$o->three_code = 'AUS';
|
||||
$o->active = TRUE;
|
||||
|
||||
$oo = Currency::where('iso_code','AUD')->firstOrFail();
|
||||
$oo = Currency::where('iso','AUD')->firstOrFail();
|
||||
|
||||
$oo->country()->save($o);
|
||||
}
|
||||
|
Reference in New Issue
Block a user