Skip to content

Commit

Permalink
Fix the wrong param name (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr authored and jmolivas committed Feb 17, 2018
1 parent 28c464d commit 3741529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Generate/ModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'composer' => $composer,
'dependencies' => $dependencies,
'test' => $test,
'twigTemplate' => $twigTemplate,
'twig_template' => $twigTemplate,
]);

return 0;
Expand Down

0 comments on commit 3741529

Please sign in to comment.