Upgrade to Laravel 13
This commit is contained in:
parent
e8e2bff5e4
commit
9f012b01e4
117 changed files with 1878 additions and 2215 deletions
|
|
@ -63,7 +63,7 @@ class MigratePlaceDataFromPostgis extends Command
|
|||
$places = Place::all();
|
||||
|
||||
$places->each(function ($place) {
|
||||
$this->info('Extracting Postgis data for place: ' . $place->name);
|
||||
$this->info('Extracting Postgis data for place: '.$place->name);
|
||||
|
||||
$place->latitude = $place->location->getLat();
|
||||
$place->longitude = $place->location->getLng();
|
||||
|
|
|
|||
Loading…
Reference in a new issue