collectVars($input, $output, Utils::defaultQuestions()); $vars['class'] = Utils::camelize($vars['name']) . 'ServiceProvider'; $this->addFile() ->path('src/{class}.php') ->template('d8/service-provider.twig'); } }