@@ -35,7 +35,7 @@ |
||
35 | 35 | { |
36 | 36 | foreach ($fileInfos as $fileInfo) { |
37 | 37 | $relativeDestination = substr($fileInfo->getPathname(), strlen($this->sourceDirectory)); |
38 | - $absoluteDestination = $this->outputDirectory . $relativeDestination; |
|
38 | + $absoluteDestination = $this->outputDirectory.$relativeDestination; |
|
39 | 39 | |
40 | 40 | FileSystem::copy($fileInfo->getRealPath(), $absoluteDestination, true); |
41 | 41 | } |