CodeExplorer addConfigureHostname example
return [];
} /**
* {@inheritdoc}
*/
protected function configure() { parent::
addConfigureShopwareVersion();
parent::
addConfigureAuth();
parent::
addConfigureHostname();
$this ->
setName('sw:store:list'
) ->
setDescription('List licensed plugins.'
) ;
} /**
* {@inheritdoc}
*/
protected function execute(InputInterface
$input, OutputInterface
$output) {