io = new SymfonyStyle($input, $output); $this->projectRoot = \UserFrosting\ROOT_DIR; } /** * Setup the global container object */ public function setContainer(ContainerInterface $ci) { $this->ci = $ci; } }