Skip to content

Commit 7afbd77

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent 4e48f11 commit 7afbd77

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)