Various multi-currency things in the autocomplete API.

This commit is contained in:
James Cole
2024-12-28 18:38:19 +01:00
parent af78d998db
commit a1241ebedb
4 changed files with 27 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ class PiggyBankFactory
public User $user {
set(User $value) {
$this->user = $value;
$this->currencyRepository->setUser($value);
$this->currencyRepository->setUser($value);
$this->accountRepository->setUser($value);
$this->piggyBankRepository->setUser($value);
}