Skip to content

Commit cb61049

Browse files
committed
Add correct Animation subEntities return array
1 parent 73b10f7 commit cb61049

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Entities/Animation.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,13 @@
2929
**/
3030
class Animation extends Entity
3131
{
32-
32+
/**
33+
* {@inheritdoc}
34+
*/
35+
protected function subEntities()
36+
{
37+
return [
38+
'thumb' => PhotoSize::class,
39+
];
40+
}
3341
}

0 commit comments

Comments
 (0)