diff --git a/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php b/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php index d6fc1174f2..45882fc38f 100644 --- a/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php +++ b/app/Console/Commands/Correction/RemovesLinksToDeletedObjects.php @@ -40,7 +40,7 @@ class RemovesLinksToDeletedObjects extends Command * * @var string */ - protected $signature = 'correction:remove-links-to-deleted-objects'; + protected $signature = 'correction:remove-links-to-deleted-objects'; /** * The console command description. @@ -86,8 +86,8 @@ class RemovesLinksToDeletedObjects extends Command private function cleanupJournals(array $journals): void { - $countTags = 0; - $countBudgets= 0; + $countTags = 0; + $countBudgets = 0; $countCategories = 0; // #11333 foreach (array_chunk($journals, 1337) as $set) { diff --git a/config/firefly.php b/config/firefly.php index da9b272ada..0b8046ea09 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-12-06', - 'build_time' => 1765002600, + 'build_time' => 1765004025, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.