Update StoryItemTransformer, increase story duration from 5 seconds to 10 seconds
This commit is contained in:
parent
c91891b457
commit
5b0b14fc42
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class StoryItemTransformer extends Fractal\TransformerAbstract
|
||||||
return [
|
return [
|
||||||
'id' => (string) $item->id,
|
'id' => (string) $item->id,
|
||||||
'type' => $item->type,
|
'type' => $item->type,
|
||||||
'length' => 5,
|
'length' => 10,
|
||||||
'src' => $item->url(),
|
'src' => $item->url(),
|
||||||
'preview' => null,
|
'preview' => null,
|
||||||
'link' => null,
|
'link' => null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue