mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 14:44:26 +00:00
Revert "Cleanup in preparation of an overhaul."
This reverts commit 5662a02a36
.
This commit is contained in:
@@ -49,7 +49,7 @@ class Helper implements HelperInterface
|
||||
/** @var \FireflyIII\Database\Account\Account $accountRepository */
|
||||
$accountRepository = \App::make('FireflyIII\Database\Account\Account');
|
||||
|
||||
return $accountRepository->getAccountsByType(['Default account', 'Asset account']);
|
||||
return $accountRepository->getAssetAccounts();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user