fix missing var

This commit is contained in:
Sander Dorigo
2025-02-18 15:06:51 +01:00
parent 944c107e26
commit 153fd2ae74

View File

@@ -147,6 +147,9 @@ class IndexController extends Controller
// enrich each account.
$enrichment = new AccountEnrichment();
$enrichment->setUser(auth()->user());
$enrichment->setConvertToNative($this->convertToNative);
$enrichment->setNative($this->defaultCurrency);
$return = [];