Fix broken latlong model
This commit is contained in:
@@ -15,11 +15,11 @@ class LatLongModel
|
|||||||
|
|
||||||
public function getLatitude(): float
|
public function getLatitude(): float
|
||||||
{
|
{
|
||||||
return $this->getLatitude();
|
return $this->latitude;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLongitude(): float
|
public function getLongitude(): float
|
||||||
{
|
{
|
||||||
return $this->getLongitude();
|
return $this->longitude;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user