mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04: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…
x
Reference in New Issue
Block a user