finish acceptance tests and refactor IotaCodesClient to service container

This commit is contained in:
Richard Morgan
2017-05-15 22:14:14 -04:00
parent 2c8c692890
commit e4e17dedc5
13 changed files with 338 additions and 24 deletions

View File

@@ -5,6 +5,12 @@ use League\Fractal\TransformerAbstract;
class AirportTransformer extends TransformerAbstract
{
/**
* Fractal Transformer for Airport Resource
*
* @param \App\Libraries\IotaCodes\Airport $airport
* @return array
*/
public function transform(Airport $airport)
{
return [