mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2025-01-01
This commit is contained in:
@@ -230,7 +230,7 @@ class CreditRecalculateService
|
||||
|
||||
return;
|
||||
}
|
||||
//Log::debug('Opening balance is valid');
|
||||
// Log::debug('Opening balance is valid');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user