Cleanup in preparation of an overhaul.

This commit is contained in:
James Cole
2015-01-14 12:24:08 +01:00
parent 18f46676fd
commit 9eec6641dd
20 changed files with 337 additions and 310 deletions

View File

@@ -49,7 +49,7 @@ class Helper implements HelperInterface
/** @var \FireflyIII\Database\Account\Account $accountRepository */
$accountRepository = \App::make('FireflyIII\Database\Account\Account');
return $accountRepository->getAssetAccounts();
return $accountRepository->getAccountsByType(['Default account', 'Asset account']);
}
/**