Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31d29f2460 |
@@ -15,11 +15,11 @@ class LatLongModel
|
||||
|
||||
public function getLatitude(): float
|
||||
{
|
||||
return $this->getLatitude();
|
||||
return $this->latitude;
|
||||
}
|
||||
|
||||
public function getLongitude(): float
|
||||
{
|
||||
return $this->getLongitude();
|
||||
return $this->longitude;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user