mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
fix missing var
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user