miningt axes payemnts command

This commit is contained in:
2021-04-24 01:31:05 +09:00
parent 21d1a566f3
commit 6f97f0927c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class ExecuteProcesssMiningTaxesPaymentsCommand extends Command
*
* @var string
*/
protected $description = 'Command description';
protected $description = 'Process Mining Taxes payments from the console.';
/**
* Create a new command instance.

View File

@@ -32,7 +32,7 @@ class Kernel extends ConsoleKernel
Commands\MiningTaxes\ExecuteMiningTaxesObserversCommand::class,
Commands\MiningTaxes\ExecuteMiningTaxesLedgersCommand::class,
Commands\MiningTaxes\ExecuteSendMiningTaxesInvoiceCommand::class,
Commands\MiningTaxes\ExecuteProcessMiningTaxesPaymentsCommand::class,
Commands\MiningTaxes\ExecuteProcesssMiningTaxesPaymentsCommand::class,
];
/**