diff --git a/src/Configuration.php b/src/Configuration.php index 158be62..261afde 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -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; }