Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 25, 2024
1 parent 79d2f10 commit 41c3006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ContactFormExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ private function _registerContactFormEventListeners(): void

// Capture After Send Event from Craft Contact Form plugin
Event::on(CraftContactFormMailer::class, CraftContactFormMailer::EVENT_AFTER_SEND, function (CraftContactFormSendEvent $e) {

// Disable confirmation
$disableConfirmation = false;
if (is_array($e->submission->message) && array_key_exists('disableConfirmation', $e->submission->message)) {
Expand Down

0 comments on commit 41c3006

Please sign in to comment.