Auto commit for release 'develop' on 2025-01-01

This commit is contained in:
github-actions
2025-01-01 16:38:58 +01:00
parent 6fde693e7a
commit a9ea32772f
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()) {