mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Auto commit for release 'develop' on 2024-09-28
This commit is contained in:
@@ -99,7 +99,7 @@ class AccountBalanceCalculator
|
|||||||
return $entry;
|
return $entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function optimizedCalculation(Collection $accounts, Carbon $notBefore = null): void
|
private function optimizedCalculation(Collection $accounts, ?Carbon $notBefore = null): void
|
||||||
{
|
{
|
||||||
Log::debug('start of optimizedCalculation');
|
Log::debug('start of optimizedCalculation');
|
||||||
if ($accounts->count() > 0) {
|
if ($accounts->count() > 0) {
|
||||||
|
@@ -117,7 +117,7 @@ return [
|
|||||||
'expression_engine' => true,
|
'expression_engine' => true,
|
||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => '6.1.20',
|
'version' => 'develop/2024-09-28',
|
||||||
'api_version' => '2.1.0',
|
'api_version' => '2.1.0',
|
||||||
'db_version' => 24,
|
'db_version' => 24,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user