Skip to content

Commit 358f6c1

Browse files
committed
Correct Issue 130
#130
1 parent d776561 commit 358f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Content/BlobResourceContents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function jsonSerialize(): array
8686
{
8787
return [
8888
'blob' => $this->blob,
89-
...$this->jsonSerialize(),
89+
...parent::jsonSerialize(),
9090
];
9191
}
9292
}

0 commit comments

Comments
 (0)