Skip to content

Commit b83b4d7

Browse files
committed
wip
1 parent a106d9b commit b83b4d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Actions/SendMailAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ public function handle(MailatorSchedule $schedule)
1414
try {
1515
$this->sendMail($schedule);
1616
} catch (Exception $exception) {
17-
report($exception);
18-
1917
$schedule->markAsFailed($exception->getMessage());
18+
19+
report($exception);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)