1
0
Fork 0

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
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' => null,
'meta' => $media->metadata,
'description' => null,
];
}