Proper recalculation of balance [skip ci]

This commit is contained in:
James Cole
2024-07-31 08:20:19 +02:00
parent 889598a4c8
commit d8bafb349d
4 changed files with 72 additions and 73 deletions

View File

@@ -44,9 +44,9 @@ class CorrectAccountBalance extends Command
return 0;
}
$this->correctBalanceAmounts();
$this->friendlyWarning('This command has been disabled.');
$this->markAsExecuted();
// $this->correctBalanceAmounts();
return 0;
}