diff --git a/app/Api/V1/Controllers/Models/Transaction/StoreController.php b/app/Api/V1/Controllers/Models/Transaction/StoreController.php index 9f683f6916..d13ef72ac7 100644 --- a/app/Api/V1/Controllers/Models/Transaction/StoreController.php +++ b/app/Api/V1/Controllers/Models/Transaction/StoreController.php @@ -134,7 +134,7 @@ class StoreController extends Controller $selectedGroup = $collector->getGroups()->first(); if (null === $selectedGroup) { - throw HttpException::fromStatusCode(410,'200032: Cannot find transaction. Possibly, a rule deleted this transaction after its creation.'); + throw HttpException::fromStatusCode(410, '200032: Cannot find transaction. Possibly, a rule deleted this transaction after its creation.'); } // enrich diff --git a/config/firefly.php b/config/firefly.php index 71f7c04065..1b80d68a50 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2026-01-10', - 'build_time' => 1768064227, + 'build_time' => 1768064547, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.