From 74a42e70224d8fe3603e66c698b36809299947ba Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 25 May 2020 22:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E5=88=97=E6=97=A0=E6=95=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/library/excel/ExcelContract.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/extend/catcher/library/excel/ExcelContract.php b/extend/catcher/library/excel/ExcelContract.php index 28e902b..d3d4141 100644 --- a/extend/catcher/library/excel/ExcelContract.php +++ b/extend/catcher/library/excel/ExcelContract.php @@ -5,7 +5,5 @@ interface ExcelContract { public function headers(): array; - public function keys(): array ; - public function sheets(); } \ No newline at end of file