1
0
Fork 0

Update StoryItemTransformer, increase story length to 5 seconds

This commit is contained in:
Daniel Supernault 2020-04-26 23:33:37 -06:00
parent 38b0233e96
commit 924e424cd2
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class StoryItemTransformer extends Fractal\TransformerAbstract
return [
'id' => (string) $item->id,
'type' => $item->type,
'length' => $item->duration != 0 ? $item->duration : 3,
'length' => 5,
'src' => $item->url(),
'preview' => null,
'link' => null,