Add icon.

This commit is contained in:
James Cole
2020-03-14 08:03:43 +01:00
parent 9bb2f1cfd3
commit 7ea32046af
4 changed files with 26 additions and 22 deletions

View File

@@ -160,6 +160,7 @@ class IndexController extends Controller
$array = $current->toArray();
$array['spent'] = [];
$array['budgeted'] = [];
$array['auto_budget'] = $this->repository->getAutoBudget($current);
$budgetLimits = $this->blRepository->getBudgetLimits($current, $start, $end);
/** @var BudgetLimit $limit */