Skip to content

Commit

Permalink
Update Transformer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Nov 14, 2015
1 parent 67aed48 commit aeed484
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Transformer/Transformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,12 @@ protected static function flattenObjectsWithSingleKeyScalars(array &$array)
self::loopScalarValues($array, 'flattenObjectsWithSingleKeyScalars');
}
}

/**
* @return \NilPortugues\Api\Mapping\Mapping[]
*/
public function getMappings()
{
return $this->mappings;
}
}

0 comments on commit aeed484

Please sign in to comment.