mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Code cleanup [skip ci]
This commit is contained in:
@@ -94,7 +94,6 @@ class ReportController extends BaseController
|
||||
$budgets = $this->_repository->getBudgetsForMonth($date);
|
||||
$categories = $this->_repository->getCategoriesForMonth($date, 10);
|
||||
$accounts = $this->_repository->getAccountsForMonth($date);
|
||||
//$piggyBanks = $this->_repository->getPiggyBanksForMonth($date);
|
||||
|
||||
return View::make(
|
||||
'reports.month',
|
||||
|
||||
Reference in New Issue
Block a user