Skip to content

Commit 628ee49

Browse files
committed
Added basic StructuredContent
1 parent 91c4e95 commit 628ee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Content/StructuredContent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function __construct(
2121

2222
public function jsonSerialize(): mixed
2323
{
24-
return json_encode($this->data);
24+
return $this->data;
2525
}
2626
}

0 commit comments

Comments
 (0)