From fb9dfd4462ddfef1aa4e6457110582a9c4546d61 Mon Sep 17 00:00:00 2001 From: hydrz Date: Thu, 7 May 2020 17:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/dipper/excel/src/Reader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/dipper/excel/src/Reader.php b/vendor/dipper/excel/src/Reader.php index c81347b1..3b7820e6 100644 --- a/vendor/dipper/excel/src/Reader.php +++ b/vendor/dipper/excel/src/Reader.php @@ -223,7 +223,7 @@ class Reader unset($this->sheetImports, $this->spreadsheet); // Remove the temporary file. - unlink($this->currentFile); + // unlink($this->currentFile); } /**