resetNotes()->update(); $this->output->writeln('Migrating application and plugins...'); foreach ($manager->getNotes() as $note) { $this->output->writeln($note); } } /** * Get the console command arguments. */ protected function getArguments() { return []; } /** * Get the console command options. */ protected function getOptions() { return []; } }