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 4e48f11 commit 7afbd77Copy full SHA for 7afbd77
src/SchedulerManager.php
@@ -18,7 +18,7 @@ public function init(string $name): MailatorSchedule
18
19
public function __destruct()
20
{
21
- if (!$this->instance->wasRecentlyCreated) {
+ if (! $this->instance->wasRecentlyCreated) {
22
$this->instance->save();
23
}
24
0 commit comments