Skip to content

Commit cdc0d94

Browse files
committed
Run Craft 5 Rector ruleset
1 parent e87e609 commit cdc0d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/PreparseFieldType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function getSearchKeywords(mixed $value, ElementInterface $element): stri
185185
* @inheritdoc
186186
* @throws InvalidConfigException
187187
*/
188-
public function getTableAttributeHtml(mixed $value, ElementInterface $element): string
188+
public function getPreviewHtml(mixed $value, ElementInterface $element): string
189189
{
190190
if (!$value) {
191191
return '';

0 commit comments

Comments
 (0)