@@ -65,7 +65,7 @@ |
||
| 65 | 65 | throw new Exception($name . ' is a invalid file name.'); |
| 66 | 66 | } |
| 67 | 67 | $relativePath = static::DS . $name . $this->getExtensionDot(); |
| 68 | - $this->setPath($this->getDirectory()->getPath(). $relativePath); |
|
| 68 | + $this->setPath($this->getDirectory()->getPath() . $relativePath); |
|
| 69 | 69 | } |
| 70 | 70 | } |
| 71 | 71 | |