Skip creation using if statement.

This commit is contained in:
James Cole
2024-05-26 15:36:30 +02:00
parent a20622ac0c
commit 7009b444d9
8 changed files with 42 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ use Illuminate\Console\Command;
class CorrectAccountBalance extends Command
{
use ShowsFriendlyMessages;
public const string CONFIG_NAME = '620_correct_balances';
public const string CONFIG_NAME = '610_correct_balances';
protected $description = 'Recalculate all account balance amounts';
protected $signature = 'firefly-iii:correct-account-balance {--F|force : Force the execution of this command.}';