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 a3f8a64 commit f8c1e6fCopy full SHA for f8c1e6f
src/Models/MailatorSchedule.php
@@ -328,8 +328,9 @@ public function shouldSend(): bool
328
{
329
try {
330
$this->load('logs');
331
+
332
return $this->configurationsPasses() && $this->whenPasses() && $this->eventsPasses();
- } catch (Exception|Throwable $e) {
333
+ } catch (Exception | Throwable $e) {
334
$this->markAsFailed($e->getMessage());
335
336
return false;
@@ -354,7 +355,7 @@ public function execute(bool $now = false): void
354
355
dispatch(new SendMailJob($this));
356
}
357
358
359
360
361
0 commit comments