Skip to content

Commit d4a3dfc

Browse files
committed
One too many
1 parent 8cbb471 commit d4a3dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6021,7 +6021,7 @@ private function contentBlockAttributeHtml(string $attribute): string|Stringable
60216021
return $block->getAttributeHtml(implode('.', $parts));
60226022
}
60236023

6024-
private function generatedFieldAttributeHtml(string $attribute): string|Stringable
6024+
private function generatedFieldAttributeHtml(string $attribute): string
60256025
{
60266026
$uid = Str::after($attribute, 'generatedField:');
60276027

0 commit comments

Comments
 (0)