Skip to content

Commit e77d63a

Browse files
committed
making sure the correct class is in basepath
1 parent 846a957 commit e77d63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/PatternEngine/Twig/PatternEngineRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct() {
2121
parent::__construct();
2222

2323
$this->engineProp = "twig";
24-
$this->basePath = "\PatternLab\PatternEngine\Mustache";
24+
$this->basePath = "\PatternLab\PatternEngine\Twig";
2525

2626
}
2727

0 commit comments

Comments
 (0)