Skip to content

Commit dddc751

Browse files
committed
Bugfix strict insert
1 parent 00fdfa1 commit dddc751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
// Create the email record
17-
if ($id = model(EmailModel::class)->insert($params))
17+
if ($id = model(EmailModel::class)->ignore()->insert($params))
1818
{
1919
// Add each recipient
2020
foreach ($params['recipients'] as $email)

0 commit comments

Comments
 (0)