mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Clean up code.
This commit is contained in:
@@ -43,13 +43,13 @@ class FrontpageChartGenerator
|
||||
{
|
||||
use AugumentData;
|
||||
|
||||
public bool $convertToNative = false;
|
||||
public TransactionCurrency $defaultCurrency;
|
||||
private AccountRepositoryInterface $accountRepos;
|
||||
private array $currencies;
|
||||
private NoCategoryRepositoryInterface $noCatRepos;
|
||||
private OperationsRepositoryInterface $opsRepos;
|
||||
private CategoryRepositoryInterface $repository;
|
||||
public bool $convertToNative = false;
|
||||
public TransactionCurrency $defaultCurrency;
|
||||
|
||||
/**
|
||||
* FrontpageChartGenerator constructor.
|
||||
|
Reference in New Issue
Block a user