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 91c4e95 commit 628ee49Copy full SHA for 628ee49
src/Schema/Content/StructuredContent.php
@@ -21,6 +21,6 @@ public function __construct(
21
22
public function jsonSerialize(): mixed
23
{
24
- return json_encode($this->data);
+ return $this->data;
25
}
26
0 commit comments