@@ -70,7 +70,7 @@ |
||
| 70 | 70 | if (!is_null($dataFile = $this->dataFile($file))) { |
| 71 | 71 | |
| 72 | 72 | $path = $this->destiny($file); |
| 73 | - // $this->zip = new \ZipArchive(); |
|
| 73 | + // $this->zip = new \ZipArchive(); |
|
| 74 | 74 | if ($this->zip->open($path, $this->zip::CREATE) === true) { |
| 75 | 75 | $bool = $this->zip->addFile($file, $dataFile->basename); |
| 76 | 76 | $this->zip->close(); |