Formatting

This commit is contained in:
Nabeel Shahzad
2019-05-12 18:05:36 -05:00
parent dbd7c5e90b
commit 2ca1f33e68
4 changed files with 32 additions and 13 deletions

View File

@@ -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;