/**
* {@inheritdoc}
*/
protected function execute(InputInterface
$input, OutputInterface
$output) { /** @var Installer $themeInstaller */
$themeInstaller =
$this->container->
get(\Shopware\Components\Theme\Installer::
class);
$themeInstaller->
synchronize();
$this->conn =
$this->container->
get(\Doctrine\DBAL\Connection::
class);
$templateId =
$this->
getResponsiveTemplateId();
$this->
updateDefaultTemplateId($templateId);
$output->
writeln('Themes initialized'
);
return 0;
} /**
* @return int
*/
private function getResponsiveTemplateId() {