Update StoryItemTransformer, increase story duration from 5 seconds to 10 seconds

This commit is contained in:
Daniel Supernault 2021-01-17 15:27:26 -07:00
parent c91891b457
commit 5b0b14fc42
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' => 5,
'length' => 10,
'src' => $item->url(),
'preview' => null,
'link' => null,