@@ -107,7 +107,7 @@ |
||
107 | 107 | } |
108 | 108 | |
109 | 109 | public function template($val, $element) { |
110 | - $newTemplate = new \Transphporm\Builder($this->baseDir . $val[0], $this->tss); |
|
110 | + $newTemplate = new \Transphporm\Builder($this->baseDir.$val[0], $this->tss); |
|
111 | 111 | $data = $this->getData($element); |
112 | 112 | |
113 | 113 | $doc = $newTemplate->output($data, true)->body; |