mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 14:24:34 -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();
|
$country->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$p = Country::where('country_code', 275)->first();
|
||||||
|
$p->name = 'Palestine';
|
||||||
|
$p->save();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user