Skip to content

Commit

Permalink
Fix wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiopogliani authored Apr 8, 2022
1 parent b654ce7 commit 312d366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function make(Environment $twig): Configuration
*/
public function setTemplatesPath(string $path): self
{
$this->relativePath = rtrim($path, DIRECTORY_SEPARATOR);
$this->templatesPath = rtrim($path, DIRECTORY_SEPARATOR);

return $this;
}
Expand Down

0 comments on commit 312d366

Please sign in to comment.