@@ -254,7 +254,7 @@ discard block |
||
254 | 254 | */ |
255 | 255 | public function getTemplateFilePath() |
256 | 256 | { |
257 | - return 'templates/'.$this->getTemplateName(); |
|
257 | + return 'templates/' . $this->getTemplateName(); |
|
258 | 258 | } |
259 | 259 | |
260 | 260 | /** |
@@ -270,7 +270,7 @@ discard block |
||
270 | 270 | $this->finalTemplateVersionLoaded = true; |
271 | 271 | } |
272 | 272 | |
273 | - $filePath = $publicDir.'/'.$this->getTemplateFilePath(); |
|
273 | + $filePath = $publicDir . '/' . $this->getTemplateFilePath(); |
|
274 | 274 | if (file_exists($filePath)) { |
275 | 275 | $this->template = file_get_contents($filePath); |
276 | 276 | } |