Rename "native" to "primary".

This commit is contained in:
James Cole
2025-08-01 06:12:36 +02:00
parent ea6addafe6
commit 084ce02c21
51 changed files with 296 additions and 296 deletions

View File

@@ -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;