mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
fix missing var
This commit is contained in:
@@ -147,6 +147,9 @@ class IndexController extends Controller
|
|||||||
|
|
||||||
// enrich each account.
|
// enrich each account.
|
||||||
$enrichment = new AccountEnrichment();
|
$enrichment = new AccountEnrichment();
|
||||||
|
$enrichment->setUser(auth()->user());
|
||||||
|
$enrichment->setConvertToNative($this->convertToNative);
|
||||||
|
$enrichment->setNative($this->defaultCurrency);
|
||||||
|
|
||||||
$return = [];
|
$return = [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user