Add Contract interface for airport lookup functionality (#365)
* Add Contract interface for airport lookup functionality * style ci fixes
This commit is contained in:
@@ -87,7 +87,7 @@ return [
|
||||
App\Providers\vaCentralServiceProvider::class,
|
||||
App\Providers\ExtendedTimezonelistProvider::class,
|
||||
App\Providers\MeasurementsProvider::class,
|
||||
App\Providers\WeatherServiceProvider::class,
|
||||
App\Providers\BindServiceProviders::class,
|
||||
],
|
||||
|
||||
'aliases' => [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user