We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb2f2d commit beb31d3Copy full SHA for beb31d3
src/Command/Drupal_8/ServiceProvider.php
@@ -21,7 +21,7 @@ class ServiceProvider extends BaseGenerator {
21
*/
22
protected function interact(InputInterface $input, OutputInterface $output) {
23
$vars = &$this->collectVars($input, $output, Utils::defaultQuestions());
24
- $vars['class'] = Utils::camelize($vars['name'] . 'ServiceProvider');
+ $vars['class'] = Utils::camelize($vars['name']) . 'ServiceProvider';
25
$this->addFile()
26
->path('src/{class}.php')
27
->template('d8/service-provider.twig');
0 commit comments