Skip to content

Commit 41c3006

Browse files
committed
Apply fixes from StyleCI
1 parent 79d2f10 commit 41c3006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ContactFormExtensions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ private function _registerContactFormEventListeners(): void
243243

244244
// Capture After Send Event from Craft Contact Form plugin
245245
Event::on(CraftContactFormMailer::class, CraftContactFormMailer::EVENT_AFTER_SEND, function (CraftContactFormSendEvent $e) {
246-
247246
// Disable confirmation
248247
$disableConfirmation = false;
249248
if (is_array($e->submission->message) && array_key_exists('disableConfirmation', $e->submission->message)) {

0 commit comments

Comments
 (0)