Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Jul 28, 2022
1 parent 5ba1edd commit 9b43d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SLA.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(SLASchedule|array $schedules)

collect([$schedules])->flatten()->each(function ($b) {
$this->addSchedule($b);
})->whenEmpty(function() {
})->whenEmpty(function () {
$this->addSchedule(SLASchedule::create());
});
}
Expand Down

0 comments on commit 9b43d41

Please sign in to comment.