Added debug information [skip ci]

This commit is contained in:
James Cole
2015-01-01 20:02:02 +01:00
parent 50c6109be7
commit 8c439a2852

View File

@@ -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 */