🤖 Auto commit for release 'develop' on 2025-04-26

This commit is contained in:
JC5
2025-04-26 17:33:49 +02:00
parent 6273807525
commit 945ad79c03
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/*
* RecalculatesRunningBalance.php
* Copyright (c) 2025 james@firefly-iii.org.
@@ -34,7 +36,7 @@ class RecalculatesRunningBalance extends Command
*
* @var string
*/
protected $signature = 'firefly-iii:refresh-running-balance {--F|force : Force the execution of this command.}';
protected $signature = 'firefly-iii:refresh-running-balance {--F|force : Force the execution of this command.}';
/**
* The console command description.