Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriemer committed Jan 5, 2025
1 parent cd2415f commit e48b8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Maker/MakeTwigComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen

$factory = $generator->createClassNameDetails(
$name,
str_replace($generator->getRootNamespace() . "\\", "", $this->namespace),
str_replace($generator->getRootNamespace().'\\', '', $this->namespace),
);

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

0 comments on commit e48b8c4

Please sign in to comment.