Completed
Push — master ( 1099f2...b313d2 )
by Tom
10:52 queued 20s
created
src/Hook/DataFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.