Skip to content

Commit

Permalink
[REGRESSION] wrong function rename during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmschuler committed Sep 6, 2024
1 parent b30d552 commit 3f06e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/PowerMailLimitsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getNewMailMessageWithSubjectPrefix(FormWithSubmissionLimit $form
return $message->setSubject($subject);
}

public function addBodyPrefixHeaderAndTextToView(
public function getNewViewWithBodyPrefix(
FormWithSubmissionLimit $form,
StandaloneView $standaloneView,
array $email
Expand Down

0 comments on commit 3f06e99

Please sign in to comment.