We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fdfa1 commit dddc751Copy full SHA for dddc751
src/Config/Events.php
@@ -14,7 +14,7 @@
14
}
15
16
// Create the email record
17
- if ($id = model(EmailModel::class)->insert($params))
+ if ($id = model(EmailModel::class)->ignore()->insert($params))
18
{
19
// Add each recipient
20
foreach ($params['recipients'] as $email)
0 commit comments