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

@@ -148,7 +148,7 @@ class IndexController extends Controller
// enrich each account.
$enrichment = new AccountEnrichment();
$enrichment->setUser(auth()->user());
$enrichment->setPrimary($this->primaryCurrency);
$enrichment->setPrimaryCurrency($this->primaryCurrency);
$return = [];
/** @var PiggyBank $piggy */