diff --git a/app/Console/Commands/MiningTaxes/ExecuteProcesssMiningTaxesPaymentsCommand.php b/app/Console/Commands/MiningTaxes/ExecuteProcesssMiningTaxesPaymentsCommand.php index c457b5b76..89a07e541 100644 --- a/app/Console/Commands/MiningTaxes/ExecuteProcesssMiningTaxesPaymentsCommand.php +++ b/app/Console/Commands/MiningTaxes/ExecuteProcesssMiningTaxesPaymentsCommand.php @@ -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. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index be96e9275..a796861c6 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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, ]; /**