setName('migrate') ->setDescription('This command updates the AAC to latest migration'); } protected function execute(InputInterface $input, OutputInterface $output): int { $this->init(); $io = new SymfonyStyle($input, $output); require SYSTEM . 'migrate.php'; $io->success('Migrated to latest version (' . DATABASE_VERSION . ')'); return Command::SUCCESS; } }