mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename "native" to "primary".
This commit is contained in:
@@ -40,9 +40,9 @@ interface NetWorthInterface
|
||||
* Collect net worth based on the given set of accounts.
|
||||
*
|
||||
* Returns X arrays with the net worth in each given currency, and the net worth in
|
||||
* of that amount in the native currency.
|
||||
* of that amount in the primary currency.
|
||||
*
|
||||
* Includes extra array with the total(!) net worth in the native currency.
|
||||
* Includes extra array with the total(!) net worth in the primary currency.
|
||||
*/
|
||||
public function byAccounts(Collection $accounts, Carbon $date): array;
|
||||
|
||||
|
Reference in New Issue
Block a user