Auto commit for release 'develop' on 2024-08-19

This commit is contained in:
github-actions
2024-08-19 05:06:45 +02:00
parent 8ef17f6686
commit cb724145f2
8 changed files with 230 additions and 230 deletions

View File

@@ -131,7 +131,6 @@ trait GetConfigurationData
/** @var Carbon $todayEnd */
$todayEnd = app('navigation')->endOfPeriod($todayStart, $viewRange);
if ($todayStart->ne($start) || $todayEnd->ne($end)) {
$ranges[ucfirst((string)trans('firefly.today'))] = [$todayStart, $todayEnd];
}