images = DatabaseConnection::i()->getContext()->table("photos"); parent::__construct(); } protected function configure(): void { $this->setDescription("Process 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 { $header = $output->section(); $counter = $output->section(); $header->writeln([ "DDEX ERN processor utility", "=====================", "", ]); return Command::SUCCESS; } }