Clean up code.

This commit is contained in:
James Cole
2023-02-11 07:39:00 +01:00
parent f001675066
commit b909841eae
3 changed files with 18 additions and 18 deletions

View File

@@ -95,7 +95,7 @@ trait PeriodOverview
$cache->addProperty('account-show-period-entries');
$cache->addProperty($account->id);
if ($cache->has()) {
return $cache->get();
return $cache->get();
}
/** @var array $dates */
$dates = app('navigation')->blockPeriods($start, $end, $range);