mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -39,7 +39,7 @@ use Illuminate\Support\Facades\Log;
|
||||
*/
|
||||
class FrontpageChartGenerator
|
||||
{
|
||||
public bool $convertToPrimary = false;
|
||||
public bool $convertToPrimary = false;
|
||||
public TransactionCurrency $default;
|
||||
protected OperationsRepositoryInterface $opsRepository;
|
||||
private readonly BudgetLimitRepositoryInterface $blRepository;
|
||||
@@ -53,9 +53,9 @@ class FrontpageChartGenerator
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->budgetRepository = app(BudgetRepositoryInterface::class);
|
||||
$this->blRepository = app(BudgetLimitRepositoryInterface::class);
|
||||
$this->opsRepository = app(OperationsRepositoryInterface::class);
|
||||
$this->budgetRepository = app(BudgetRepositoryInterface::class);
|
||||
$this->blRepository = app(BudgetLimitRepositoryInterface::class);
|
||||
$this->opsRepository = app(OperationsRepositoryInterface::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@ class FrontpageChartGenerator
|
||||
public bool $convertToPrimary = false;
|
||||
public TransactionCurrency $primaryCurrency;
|
||||
private AccountRepositoryInterface $accountRepos;
|
||||
private array $currencies = [];
|
||||
private array $currencies = [];
|
||||
private NoCategoryRepositoryInterface $noCatRepos;
|
||||
private OperationsRepositoryInterface $opsRepos;
|
||||
private CategoryRepositoryInterface $repository;
|
||||
|
||||
Reference in New Issue
Block a user