Skip to content

Commit

Permalink
fix(twig.gen): docs is command template too
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 23, 2018
1 parent 9495bd6 commit 6a343f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generator/TwigGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class TwigGenerator implements GeneratorInterface
/** @var array Templates only loaded by some specific commands */
protected $commandTemplates = [
'test' => true,
'docs' => true,
];

public function __construct(string $templatePath, string $cachePath)
Expand Down

0 comments on commit 6a343f7

Please sign in to comment.