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 cd2415f commit e48b8c4Copy full SHA for e48b8c4
src/Maker/MakeTwigComponent.php
@@ -71,7 +71,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
71
72
$factory = $generator->createClassNameDetails(
73
$name,
74
- str_replace($generator->getRootNamespace() . "\\", "", $this->namespace),
+ str_replace($generator->getRootNamespace().'\\', '', $this->namespace),
75
);
76
77
$templatePath = str_replace('\\', '/', $factory->getRelativeNameWithoutSuffix());
0 commit comments