chore: Meta files for new release

This commit is contained in:
James Cole
2023-06-11 16:34:06 +02:00
parent 924171e7b9
commit f18aae39b8
64 changed files with 2114 additions and 1795 deletions

View File

@@ -37,8 +37,8 @@ use Illuminate\Console\Command;
*/
class FixRecurringTransactions extends Command
{
protected $description = 'Fixes recurring transactions with the wrong transaction type.';
protected $signature = 'firefly-iii:fix-recurring-transactions';
protected $description = 'Fixes recurring transactions with the wrong transaction type.';
protected $signature = 'firefly-iii:fix-recurring-transactions';
private int $count = 0;
private RecurringRepositoryInterface $recurringRepos;
private UserRepositoryInterface $userRepos;