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 85549cb commit e3947b8Copy full SHA for e3947b8
src/Schema/Content/BlobResourceContents.php
@@ -79,7 +79,7 @@ public function jsonSerialize(): array
79
{
80
return [
81
'blob' => $this->blob,
82
- ...$this->jsonSerialize(),
+ ...parent::jsonSerialize(),
83
];
84
}
85
0 commit comments