mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add debug
This commit is contained in:
parent
d6e5f71d50
commit
2715a181e3
@ -250,6 +250,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
|||||||
private function hasNotStartedYet(Recurrence $recurrence): bool
|
private function hasNotStartedYet(Recurrence $recurrence): bool
|
||||||
{
|
{
|
||||||
$startDate = $this->getStartDate($recurrence);
|
$startDate = $this->getStartDate($recurrence);
|
||||||
|
Log::debug(sprintf('Start date is %s', $startDate->format('Y-m-d')));
|
||||||
|
|
||||||
return $startDate->gt($this->date);
|
return $startDate->gt($this->date);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user