@@ -59,9 +59,9 @@ |
||
| 59 | 59 | */ |
| 60 | 60 | public function cacheFilename(ViewSource $context): string |
| 61 | 61 | { |
| 62 | - $hash = hash('md5', $context->getFilename() . '.' . $this->environment->getID()); |
|
| 62 | + $hash = hash('md5', $context->getFilename().'.'.$this->environment->getID()); |
|
| 63 | 63 | |
| 64 | - return $this->environment->cacheDirectory() . $hash . '.php'; |
|
| 64 | + return $this->environment->cacheDirectory().$hash.'.php'; |
|
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |