mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Added debug information [skip ci]
This commit is contained in:
@@ -112,6 +112,7 @@ class Report implements ReportInterface
|
||||
$start->startOfMonth()->subDay();
|
||||
$end = clone $date;
|
||||
$end->endOfMonth();
|
||||
\Log::debug('Monthly report account dates: start:[' . $start->format('Y-m-d') . '] and end:[' . $end->format('Y-m-d') . ']');
|
||||
$list = $this->_queries->accountList();
|
||||
$accounts = [];
|
||||
/** @var \Account $account */
|
||||
|
||||
Reference in New Issue
Block a user