Formatting
This commit is contained in:
@@ -113,7 +113,9 @@ class GeoService extends Service
|
||||
|
||||
if ($size === 0) {
|
||||
continue;
|
||||
} elseif ($size === 1) {
|
||||
}
|
||||
|
||||
if ($size === 1) {
|
||||
$point = $points[0];
|
||||
Log::debug('name: '.$point->id.' - '.$point->lat.'x'.$point->lon);
|
||||
$coords[] = $point;
|
||||
|
||||
Reference in New Issue
Block a user