取消删除

This commit is contained in:
hydrz 2020-05-07 17:20:40 +08:00
parent 12f7e64b79
commit fb9dfd4462

View File

@ -223,7 +223,7 @@ class Reader
unset($this->sheetImports, $this->spreadsheet); unset($this->sheetImports, $this->spreadsheet);
// Remove the temporary file. // Remove the temporary file.
unlink($this->currentFile); // unlink($this->currentFile);
} }
/** /**