output cleanup
This commit is contained in:
parent
9ec1273141
commit
fcec39fe0f
@ -96,13 +96,9 @@ class NavdataCommand extends BaseCommand
|
||||
break;
|
||||
}
|
||||
|
||||
#$coord = new Coordinate([$navaid['lat'], $navaid['lon']]);
|
||||
#$navaid['lat'] = $coord->getLatitude();
|
||||
#$navaid['lon'] = $coord->getLongitude();
|
||||
|
||||
if($navaid['id'] === 'LCH' || $navaid['id'] === 'RSG') {
|
||||
/*if($navaid['id'] === 'LCH' || $navaid['id'] === 'RSG') {
|
||||
print_r($navaid);
|
||||
}
|
||||
}*/
|
||||
|
||||
Navdata::updateOrCreate([
|
||||
'id' => $navaid['id'], 'name' => $navaid['name']
|
||||
|
Loading…
Reference in New Issue
Block a user