Skip to content

Commit

Permalink
phpt => phtml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed May 4, 2022
1 parent a266a33 commit be35923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/ParaisoTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(?ITranslator $translator = null)

protected function getTemplate(): string
{
return __DIR__ . '/templates/paraiso.phpt';
return __DIR__ . '/templates/paraiso.phtml';
}

/**
Expand Down
File renamed without changes.

0 comments on commit be35923

Please sign in to comment.