mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Clean up repository.
This commit is contained in:
@@ -126,7 +126,7 @@ class HomeController extends Controller
|
||||
$piggyBankAccounts = $repository->getPiggyBankAccounts($start, $end);
|
||||
|
||||
|
||||
$savingsTotal = 0;
|
||||
$savingsTotal = '0';
|
||||
foreach ($savings as $savingAccount) {
|
||||
$savingsTotal = bcadd($savingsTotal, Steam::balance($savingAccount, $end));
|
||||
}
|
||||
|
Reference in New Issue
Block a user