| @@ -61,7 +61,7 @@ | ||
| 61 | 61 |  		if ($this->cacheKey) { | 
| 62 | 62 | $parser = new \Transphporm\Parser\Value($data); | 
| 63 | 63 | $cacheKey = $parser->parseTokens($this->cacheKey)[0]; | 
| 64 | - $this->cacheName = $cacheKey . $this->fileName; | |
| 64 | + $this->cacheName = $cacheKey.$this->fileName; | |
| 65 | 65 | return $cacheKey; | 
| 66 | 66 | } | 
| 67 | 67 | else return $this->fileName; |