Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Dec 18, 2023
1 parent 7a7bed1 commit 842fe58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function resolveFields(): void {
if (!empty($values['url'])) {
return $values + ['src' => $values['url']];
}
return;
return $values;
})
)
);
Expand Down

0 comments on commit 842fe58

Please sign in to comment.