updater = $updater; } protected function execute(InputInterface $input, OutputInterface $output) { $this->updater->update(); } }