mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Rename many references from native to primary.
This commit is contained in:
@@ -51,8 +51,8 @@ class AccountTransformer extends AbstractTransformer
|
||||
{
|
||||
$this->parameters = new ParameterBag();
|
||||
$this->repository = app(AccountRepositoryInterface::class);
|
||||
$this->convertToNative = Amount::convertToNative();
|
||||
$this->native = Amount::getNativeCurrency();
|
||||
$this->convertToNative = Amount::convertToPrimary();
|
||||
$this->native = Amount::getPrimaryCurrency();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user