Add Contract interface for airport lookup functionality (#365)

* Add Contract interface for airport lookup functionality

* style ci fixes
This commit is contained in:
Nabeel S
2019-08-22 14:32:49 -04:00
committed by GitHub
parent 94ba5d8680
commit 6018a6dcaa
9 changed files with 138 additions and 37 deletions

View File

@@ -47,7 +47,13 @@ return [
* Point to the class to use to retrieve the METAR string. If this
* goes inactive at some date, it can be replaced
*/
'metar' => App\Services\Metar\AviationWeather::class,
'metar_lookup' => App\Services\Metar\AviationWeather::class,
/*
* Point to the class used to retrieve the airport information.
* If this goes inactive at some date, it can be replaced
*/
'airport_lookup' => App\Services\AirportLookup\VaCentralLookup::class,
/*
* Your vaCentral API key