diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index 33557a4453..4568cf7fbc 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -74,7 +74,7 @@ class General extends AbstractExtension $strings = []; foreach ($info as $currencyId => $balance) { - $balance= (string) $balance; + $balance = (string) $balance; if (0 === $currencyId) { // not good code but OK /** @var AccountRepositoryInterface $accountRepos */ diff --git a/config/firefly.php b/config/firefly.php index 2b77b77972..c3b7262285 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -110,7 +110,7 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2024-09-28', + 'version' => 'develop/2024-09-29', 'api_version' => '2.1.0', 'db_version' => 24,