Fix calls

This commit is contained in:
Sander Dorigo
2025-08-01 13:08:37 +02:00
parent cfb86c683e
commit 62d72516ba
19 changed files with 22 additions and 22 deletions

View File

@@ -89,7 +89,7 @@ class AccountController extends Controller
$admin = auth()->user();
$enrichment = new AccountEnrichment();
$enrichment->setUser($admin);
$enrichment->setPrimary($this->primaryCurrency);
$enrichment->setPrimaryCurrency($this->primaryCurrency);
$accounts = $enrichment->enrich($accounts);
/** @var AccountTransformer $transformer */