Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop

This commit is contained in:
James Cole
2025-08-10 06:38:34 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ trait PeriodOverview
$cache->addProperty($account->id);
if ($cache->has()) {
Log::debug('Return CACHED in getAccountPeriodOverview()');
return $cache->get();
}