Update MediaTransformer

This commit is contained in:
Daniel Supernault 2018-10-20 22:57:33 -06:00
parent 3e09250328
commit 701401efec
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -16,7 +16,7 @@ class MediaTransformer extends Fractal\TransformerAbstract
'remote_url' => null,
'preview_url' => $media->thumbnailUrl(),
'text_url' => null,
'meta' => null,
'meta' => $media->metadata,
'description' => null,
];
}