Skip to content

Commit e48b8c4

Browse files
committed
fixed ci
1 parent cd2415f commit e48b8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeTwigComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
7171

7272
$factory = $generator->createClassNameDetails(
7373
$name,
74-
str_replace($generator->getRootNamespace() . "\\", "", $this->namespace),
74+
str_replace($generator->getRootNamespace().'\\', '', $this->namespace),
7575
);
7676

7777
$templatePath = str_replace('\\', '/', $factory->getRelativeNameWithoutSuffix());

0 commit comments

Comments
 (0)