We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d776561 commit 358f6c1Copy full SHA for 358f6c1
src/Schema/Content/BlobResourceContents.php
@@ -86,7 +86,7 @@ public function jsonSerialize(): array
86
{
87
return [
88
'blob' => $this->blob,
89
- ...$this->jsonSerialize(),
+ ...parent::jsonSerialize(),
90
];
91
}
92
0 commit comments