Skip to content

Commit fb297db

Browse files
committed
Merge branch '3.x' of github.com:BinarCode/laravel-mailator into 3.x
2 parents 8087a3a + bb4d542 commit fb297db

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Actions/ResolveGarbageAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function shouldMarkComplete(MailatorSchedule $schedule): bool
3131
return false;
3232
}
3333

34-
if (!$schedule->nextTrigger()) {
34+
if (! $schedule->nextTrigger()) {
3535
return true;
3636
}
3737

src/Support/ConverterEnum.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ class ConverterEnum
99
public const MINUTES_IN_WEEK = 168 * 60;
1010
public const HOURS_IN_DAY = 24;
1111
public const HOURS_IN_WEEK = 168;
12-
13-
14-
1512
}

0 commit comments

Comments
 (0)