| 1 | <?php |
||
| 7 | class OutfitCaptureTransformer extends TransformerAbstract |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * The transform method required by Fractal to parse the data and return proper typing and fields. |
||
| 11 | * |
||
| 12 | * @param array $data Data to transform |
||
| 13 | * |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function transform($data) |
||
| 24 | } |
||
| 25 |