This commit is contained in:
James Cole
2024-01-24 07:00:06 +01:00
parent da7a976c4e
commit e322069bb4

View File

@@ -40,6 +40,7 @@ class BillDateCalculator
*/
public function getPayDates(Carbon $earliest, Carbon $latest, Carbon $billStart, string $period, int $skip, ?Carbon $lastPaid): array
{
$this->diffInMonths = 0;
$earliest->startOfDay();
$latest->endOfDay();
$billStart->startOfDay();