output->writeln('Migrating application and plugins...'); UpdateManager::instance() ->setNotesOutput($this->output) ->update() ; } /** * Get the console command arguments. */ protected function getArguments() { return []; } /** * Get the console command options. */ protected function getOptions() { return []; } }