Make test pass
This commit is contained in:
@@ -43,6 +43,6 @@ trait MappableTrait
|
|||||||
|
|
||||||
public function isGeocoded(): bool
|
public function isGeocoded(): bool
|
||||||
{
|
{
|
||||||
return $this->getLatitude() && $this->getLongitude();
|
return null !== $this->getLatitude() && null !== $this->getLongitude();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user