Consistent end dates for budget limits.

This commit is contained in:
James Cole
2020-09-03 06:49:22 +02:00
parent f0fe8bf5c7
commit b0f18a0419
2 changed files with 9 additions and 13 deletions

View File

@@ -52,14 +52,10 @@ class BudgetLimitController extends Controller
{
use DateCalculation;
/** @var BudgetLimitRepositoryInterface */
private $blRepository;
/** @var CurrencyRepositoryInterface */
private $currencyRepos;
/** @var OperationsRepositoryInterface */
private $opsRepository;
/** @var BudgetRepositoryInterface The budget repository */
private $repository;
private BudgetLimitRepositoryInterface $blRepository;
private CurrencyRepositoryInterface $currencyRepos;
private OperationsRepositoryInterface $opsRepository;
private BudgetRepositoryInterface $repository;
/**
* AmountController constructor.