Auto commit for release 'develop' on 2024-12-28

This commit is contained in:
github-actions
2024-12-28 13:59:31 +01:00
parent 82abee37de
commit 0f68735e1c
39 changed files with 89 additions and 89 deletions

View File

@@ -103,10 +103,10 @@ class BasicController extends Controller
$billData = $this->getBillInformation($start, $end);
$spentData = $this->getLeftToSpendInfo($start, $end);
$netWorthData = $this->getNetWorthInfo($start, $end);
// $balanceData = [];
// $billData = [];
// $spentData = [];
// $netWorthData = [];
// $balanceData = [];
// $billData = [];
// $spentData = [];
// $netWorthData = [];
$total = array_merge($balanceData, $billData, $spentData, $netWorthData);
// give new keys