mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Add debug info to track available budget creation.
This commit is contained in:
@@ -48,6 +48,10 @@ class AvailableBudgetCalculator
|
||||
private AvailableBudgetRepositoryInterface $abRepository;
|
||||
private BudgetLimitRepositoryInterface $blRepository;
|
||||
|
||||
public function __construct() {
|
||||
Log::debug('Created new AvailableBudgetCalculator');
|
||||
}
|
||||
|
||||
public function recalculateByRange(): void
|
||||
{
|
||||
Log::debug(sprintf('Now in recalculateByRange(%s, %s)', $this->start->format('Y-m-d'), $this->start->format('Y-m-d')));
|
||||
|
||||
Reference in New Issue
Block a user