app->bind( Metar::class, config('phpvms.metar_lookup') ); /* * Bind the class used to fullfill the AirportLookup class contract */ $this->app->bind( AirportLookup::class, config('phpvms.airport_lookup') ); } }