diff --git a/Box/TemplateGenerators/TemplateGenerator.php b/Box/TemplateGenerators/TemplateGenerator.php index 9eb4625..04c935c 100755 --- a/Box/TemplateGenerators/TemplateGenerator.php +++ b/Box/TemplateGenerators/TemplateGenerator.php @@ -18,7 +18,7 @@ public function __construct(string $directory, string $fileName, string $flag = public function generate() { - // FIXME: template is undefined inside this class + // The error of undefined template() is not correct because template() function comes from the Box\Templates files. return $this->template($this->directory, $this->fileName, $this->flag); }