mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Large commit to get rid of a lot of static methods.
This commit is contained in:
@@ -119,7 +119,7 @@ class Journal extends Twig_Extension
|
||||
return $cache->get();
|
||||
}
|
||||
|
||||
$list = TransactionJournal::sourceAccountList($journal);
|
||||
$list = $journal->sourceAccountList();
|
||||
$array = [];
|
||||
/** @var Account $entry */
|
||||
foreach ($list as $entry) {
|
||||
|
||||
Reference in New Issue
Block a user