Skip to content

Commit 960f2f4

Browse files
authored
chore(view): slot cleanup (#1432)
1 parent 4284e8b commit 960f2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/view/src/Slot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(
2222
}
2323

2424
public string $content {
25-
get => base64_decode($this->content);
25+
get => base64_decode($this->content, true);
2626
}
2727

2828
public ImmutableArray $exportData {

0 commit comments

Comments
 (0)