Skip to content

Commit

Permalink
Reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 20, 2023
1 parent 6efc789 commit 437af97
Show file tree
Hide file tree
Showing 59 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -26,7 +26,7 @@ trait TemplateLoader
*/
private function loadTemplate(string $template): Template
{
$filename = __DIR__ . '/Generator/' . $template;
$filename = __DIR__ . '/templates/' . $template;

if (!isset(self::$templates[$filename])) {
self::$templates[$filename] = new Template($filename);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 437af97

Please sign in to comment.