diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index 31488bb66d..afd301bf22 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -569,7 +569,8 @@ class AccountRepository implements AccountRepositoryInterface, UserGroupInterfac 'transactions.native_amount as pc_amount', 'transactions.foreign_amount', ]) - ->toArray(); + ->toArray() + ; } diff --git a/app/Support/Http/Controllers/PeriodOverview.php b/app/Support/Http/Controllers/PeriodOverview.php index 3dfcecc4f8..dc7ee287e6 100644 --- a/app/Support/Http/Controllers/PeriodOverview.php +++ b/app/Support/Http/Controllers/PeriodOverview.php @@ -92,7 +92,7 @@ trait PeriodOverview $cache->addProperty('account-show-period-entries'); $cache->addProperty($account->id); if ($cache->has()) { - return $cache->get(); + return $cache->get(); } /** @var array $dates */ diff --git a/config/firefly.php b/config/firefly.php index 03b42074a0..a1477a59b6 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2025-08-09', - 'build_time' => 1754763222, + 'build_time' => 1754764037, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,