mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Some spell checking [skip ci]
This commit is contained in:
@@ -4,6 +4,8 @@ use FireflyIII\Database\TransactionJournal\TransactionJournal as TransactionJour
|
||||
use FireflyIII\Report\ReportInterface as Report;
|
||||
|
||||
/**
|
||||
*
|
||||
* @SuppressWarnings("CamelCase") // I'm fine with this.
|
||||
*
|
||||
* Class ReportController
|
||||
*/
|
||||
@@ -92,7 +94,7 @@ 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);
|
||||
//$piggyBanks = $this->_repository->getPiggyBanksForMonth($date);
|
||||
|
||||
return View::make(
|
||||
'reports.month',
|
||||
|
||||
Reference in New Issue
Block a user