mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand code.
This commit is contained in:
@@ -42,10 +42,8 @@ class NetWorth implements NetWorthInterface
|
||||
{
|
||||
private AccountRepositoryInterface $accountRepository;
|
||||
|
||||
/** @var CurrencyRepositoryInterface */
|
||||
private $currencyRepos;
|
||||
/** @var User */
|
||||
private $user;
|
||||
private CurrencyRepositoryInterface $currencyRepos;
|
||||
private User $user;
|
||||
|
||||
/**
|
||||
* Returns the user's net worth in an array with the following layout:
|
||||
|
Reference in New Issue
Block a user