Skip to content

Commit

Permalink
Merge pull request #194 from hybridinteractive/analysis-MPjaaL
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DynamiteGoesBoom authored Jul 25, 2024
2 parents 79d2f10 + 41c3006 commit 7a874d0
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 7a874d0

Please sign in to comment.