mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 09:26:29 -06:00
Possible fix for https://github.com/firefly-iii/firefly-iii/issues/8442
This commit is contained in:
parent
da7a976c4e
commit
e322069bb4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user