Skip to content

Commit

Permalink
[make:twig-extension] Change folder for Twig Extension (#1211)
Browse files Browse the repository at this point in the history
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
  • Loading branch information
seb-jean and OskarStark authored Sep 26, 2022
1 parent 99ffc60 commit 14de6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Maker/MakeTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
{
$extensionClassNameDetails = $generator->createClassNameDetails(
$input->getArgument('name'),
'Twig\\',
'Twig\\Extension\\',
'Extension'
);

Expand Down

0 comments on commit 14de6f8

Please sign in to comment.