Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolver/TemplatePathStack.php
Expand Up @@ -296,7 +296,7 @@ public function resolve($name, Renderer $renderer = null)

// Ensure we have the expected file extension
$defaultSuffix = $this->getDefaultSuffix();
if (pathinfo($name, PATHINFO_EXTENSION) != $defaultSuffix) {;
if (pathinfo($name, PATHINFO_EXTENSION) != $defaultSuffix) {
$name .= '.' . $defaultSuffix;
}

Expand Down

0 comments on commit dbf56da

Please sign in to comment.