Skip to content

Commit 9fbdd0a

Browse files
committed
Cleared the email since it is shared
1 parent 2d39f84 commit 9fbdd0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Helpers/email_helper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ function emailer(array $overrides = []): Email
4343
/** @var Email $email */
4444
$email = service('email');
4545

46+
// Clear previous email states since this is shared
47+
$email->clear();
48+
4649
return $email->initialize($config);
4750
}
4851
}

0 commit comments

Comments
 (0)