Skip to content

Commit

Permalink
Run Craft 5 Rector ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jul 12, 2024
1 parent e87e609 commit cdc0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/PreparseFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getSearchKeywords(mixed $value, ElementInterface $element): stri
* @inheritdoc
* @throws InvalidConfigException
*/
public function getTableAttributeHtml(mixed $value, ElementInterface $element): string
public function getPreviewHtml(mixed $value, ElementInterface $element): string
{
if (!$value) {
return '';
Expand Down

0 comments on commit cdc0d94

Please sign in to comment.