Final changes to bills

This commit is contained in:
James Cole
2022-02-05 08:53:45 +01:00
parent d7e6a7b125
commit a56a6df557
4 changed files with 6 additions and 2 deletions

View File

@@ -267,6 +267,9 @@ class BillTransformer extends AbstractTransformer
$nextExpectedMatch->addDay();
$currentStart = clone $nextExpectedMatch;
$loop++;
if($loop > 4) {
break;
}
}
$simple = $set->map(
static function (Carbon $date) {