Skip to content

Commit 649d199

Browse files
committed
Merge branch '3.x' of github.com:BinarCode/laravel-mailator into 3.x
2 parents 776e243 + 7afbd77 commit 649d199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchedulerManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function init(string $name): MailatorSchedule
1818

1919
public function __destruct()
2020
{
21-
if (!$this->instance->wasRecentlyCreated) {
21+
if (! $this->instance->wasRecentlyCreated) {
2222
$this->instance->save();
2323
}
2424
}

0 commit comments

Comments
 (0)