mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Added debug information [skip ci]
This commit is contained in:
@@ -112,6 +112,7 @@ class Report implements ReportInterface
|
|||||||
$start->startOfMonth()->subDay();
|
$start->startOfMonth()->subDay();
|
||||||
$end = clone $date;
|
$end = clone $date;
|
||||||
$end->endOfMonth();
|
$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();
|
$list = $this->_queries->accountList();
|
||||||
$accounts = [];
|
$accounts = [];
|
||||||
/** @var \Account $account */
|
/** @var \Account $account */
|
||||||
|
|||||||
Reference in New Issue
Block a user