Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Box/TemplateGenerators/TemplateGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down