mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
fix for country name
This commit is contained in:
parent
90d359f157
commit
567e570102
@ -189,5 +189,10 @@ class CountriesSeeder extends Seeder
|
||||
}
|
||||
$country->save();
|
||||
}
|
||||
|
||||
$p = Country::where('country_code', 275)->first();
|
||||
$p->name = 'Palestine';
|
||||
$p->save();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user