@@ -174,7 +174,9 @@ |
||
174 | 174 | { |
175 | 175 | $from = getcwd().'/resources/public/'; |
176 | 176 | foreach (new \DirectoryIterator($from) as $fileInfo) { |
177 | - if($fileInfo->isDot()) continue; |
|
177 | + if($fileInfo->isDot()) { |
|
178 | + continue; |
|
179 | + } |
|
178 | 180 | $file = $fileInfo->getFilename(); |
179 | 181 | $to = $this->filesystem->getFullPath($file); |
180 | 182 | copy($from.$file, $to); |