mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
merge with geojson easify repo
This commit is contained in:
@@ -286,6 +286,9 @@ class PrepareForBtcMapItem extends Component
|
|||||||
$this->model->population = str($value)
|
$this->model->population = str($value)
|
||||||
->replace(['.', ','], '')
|
->replace(['.', ','], '')
|
||||||
->toInteger();
|
->toInteger();
|
||||||
|
if (!$this->model->population_date) {
|
||||||
|
$this->model->population_date = '2021-12-31';
|
||||||
|
}
|
||||||
$this->model->save();
|
$this->model->save();
|
||||||
|
|
||||||
$this->notification()
|
$this->notification()
|
||||||
|
|||||||
Reference in New Issue
Block a user