We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbb471 commit d4a3dfcCopy full SHA for d4a3dfc
src/Element/Element.php
@@ -6021,7 +6021,7 @@ private function contentBlockAttributeHtml(string $attribute): string|Stringable
6021
return $block->getAttributeHtml(implode('.', $parts));
6022
}
6023
6024
- private function generatedFieldAttributeHtml(string $attribute): string|Stringable
+ private function generatedFieldAttributeHtml(string $attribute): string
6025
{
6026
$uid = Str::after($attribute, 'generatedField:');
6027
0 commit comments