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

This commit is contained in:
James Cole
2025-01-01 16:43:44 +01:00
8 changed files with 71 additions and 71 deletions

View File

@@ -230,7 +230,7 @@ class CreditRecalculateService
return;
}
//Log::debug('Opening balance is valid');
// Log::debug('Opening balance is valid');
}
/**

View File

@@ -310,7 +310,7 @@ class Steam
*/
public function finalAccountBalance(Account $account, Carbon $date): array
{
$cache = new CacheProperties();
$cache = new CacheProperties();
$cache->addProperty($account->id);
$cache->addProperty($date);
if ($cache->has()) {