1
0
Fork 0

Update MediaTransformer

This commit is contained in:
Daniel Supernault 2018-11-24 21:38:19 -07:00
parent bfde0fdea6
commit e3e2f902c1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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