mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Update ProcessDDEXCommand.php
This commit is contained in:
parent
ac335dc396
commit
cdfa7e3acc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ProcessDDEXCommand extends Command
|
|||
protected function configure(): void
|
||||
{
|
||||
$this->setDescription("Process DDEX ERN packages for music uploading")
|
||||
->setHelp("This command allows you to process all DDEX ERN packages for music uploading");
|
||||
->setHelp("This command allows you to process all DDEX ERN packages");
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
|
|
Loading…
Reference in a new issue