Skip to content

Commit

Permalink
Refs #42307 10f, Fix PHP 8 error caused by static call to a non-stati…
Browse files Browse the repository at this point in the history
…c method on ACH.
  • Loading branch information
apple843119 committed Dec 27, 2024
1 parent 79acfa3 commit 6723a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Form/Task/TaiwanACHExportTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function setDefaultValues() {
return $defaults;
}

public function formRule($fields, $files, $self) {
public static function formRule($fields, $files, $self) {
return parent::formRule($fields, $files, $self);
}
public function postProcess() {
Expand Down

0 comments on commit 6723a43

Please sign in to comment.