mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Clean up code.
This commit is contained in:
		| @@ -43,8 +43,8 @@ class TransferCurrenciesCorrections extends Command | ||||
|     use ShowsFriendlyMessages; | ||||
| 
 | ||||
|     public const string CONFIG_NAME = '480_transfer_currencies'; | ||||
|     protected $description = 'Updates transfer currency information.'; | ||||
|     protected $signature   = 'firefly-iii:transfer-currencies {--F|force : Force the execution of this command.}'; | ||||
|     protected                             $description = 'Updates transfer currency information.'; | ||||
|     protected                             $signature   = 'firefly-iii:transfer-currencies {--F|force : Force the execution of this command.}'; | ||||
|     private array                         $accountCurrencies; | ||||
|     private AccountRepositoryInterface    $accountRepos; | ||||
|     private JournalCLIRepositoryInterface $cliRepos; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user