Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnas committed Feb 9, 2024
1 parent 74d8139 commit 92ab905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function on_wpcf7_before_send_mail( $contact_form ) {
}

/** @var $contact_form WPCF7_ContactForm */
$form_id = $contact_form->id();
$form_id = $contact_form->id();

$submission = WPCF7_Submission::get_instance();
$posted_data = $submission->get_posted_data();
Expand Down

0 comments on commit 92ab905

Please sign in to comment.