From 17491ca7da1c26e11ae533054b2707e023d67b17 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Mon, 1 Mar 2021 21:00:09 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=96=B0=E5=A2=9Eimplode=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/CatchModelCollection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/catcher/CatchModelCollection.php b/extend/catcher/CatchModelCollection.php index 3c7fb81..63231cf 100644 --- a/extend/catcher/CatchModelCollection.php +++ b/extend/catcher/CatchModelCollection.php @@ -6,6 +6,7 @@ namespace catcher; use catcher\library\excel\Excel; use catcher\library\excel\ExcelContract; use think\facade\Cache; +use think\helper\Str; use think\model\Collection; class CatchModelCollection extends Collection