This commit is contained in:
James Cole
2025-08-22 06:49:16 +02:00
parent 1ba641c279
commit 96a66b894a
3 changed files with 11 additions and 8 deletions

View File

@@ -129,7 +129,6 @@ class IndexController extends Controller
$spent = $spentArr[$this->primaryCurrency->id]['sum'] ?? '0';
unset($spentArr);
}
// number of days for consistent budgeting.
$activeDaysPassed = $this->activeDaysPassed($start, $end); // see method description.
$activeDaysLeft = $this->activeDaysLeft($start, $end); // see method description.