settingBuilder = $settingBuilder; } /** * {@inheritdoc} */ protected function execute(InputInterface $input, OutputInterface $output) { $this->io = new SymfonyStyle($input, $output); $this->settingBuilder->initSectionSettings(); $this->io->success('Les SectionSetting ont bien été initialisées.'); return Command::SUCCESS; } }