Remove Google Analytics #728 (#745)

* Remove Google Analytics #728

* Remove config file

* Don't set the vacentral url
This commit is contained in:
Nabeel S
2020-06-04 10:36:55 -04:00
committed by GitHub
parent c1408cb8fe
commit 3d211535f7
10 changed files with 1051 additions and 366 deletions
@@ -21,13 +21,14 @@ class VaCentralLookup extends AirportLookup
*
* @param string $icao
*
* @return array
* @return mixed
*/
public function getAirport($icao)
{
try {
$airport = $this->client->getAirport($icao);
$airport->location = $airport->city;
return $airport;
} catch (HttpException $e) {
Log::error($e);